Microsoft Azure Workloads Client

Microsoft Azure Workloads Client is a powerful tool that allows users to manage and monitor their workloads in the Azure cloud environment. With this client, users can easily deploy, scale, and update their applications with just a few clicks. The client also provides detailed insights and analytics into the performance of workloads, helping users optimize their resources and improve efficiency.

OpenAPI Specification

workloads-client-openapi-original.yml Raw ↑
swagger: '2.0'
info:
  title: Microsoft Azure Workloads Client
  version: 2023-10-01-preview
  description: Workloads client provides access to various workload operations.
  x-typespec-generated:
    - emitter: '@azure-tools/typespec-autorest'
schemes:
  - https
host: management.azure.com
produces:
  - application/json
consumes:
  - application/json
security:
  - azure_auth:
      - user_impersonation
securityDefinitions:
  azure_auth:
    type: oauth2
    description: Azure Active Directory OAuth2 Flow.
    flow: implicit
    authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
    scopes:
      user_impersonation: impersonate your user account
tags:
  - name: Operations
paths:
  /providers/Microsoft.Workloads/operations:
    get:
      operationId: microsoftAzureOperationsList
      tags:
        - Operations
      description: List the operations for the provider
      parameters:
        - $ref: >-
            ../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter
      responses:
        '200':
          description: Azure operation completed successfully.
          schema:
            $ref: >-
              ../../../../../../common-types/resource-management/v3/types.json#/definitions/OperationListResult
        default:
          description: An unexpected error response.
          schema:
            $ref: >-
              ../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
      x-ms-examples:
        List the operations for the provider.:
          $ref: ./examples/Operations_List.json
      x-ms-pageable:
        nextLinkName: nextLink
      summary: Microsoft Azure Get Providers Microsoft Workloads Operations
definitions:
  Versions:
    type: string
    description: The available API versions.
    enum:
      - 2023-10-01-preview
    x-ms-enum:
      name: Versions
      modelAsString: true
      values:
        - name: v2023_10_01_preview
          value: 2023-10-01-preview
          description: The 2023-10-01-preview API version.
parameters: {}