Microsoft Azure Web Site Management Client

Microsoft Azure Web Site Management Client is a powerful tool that provides users with a centralized platform for managing all aspects of their Azure Web Sites. With this client, users can easily browse and manage their websites, view detailed site metrics, monitor site performance, and troubleshoot issues in real-time. Additionally, the client offers advanced features such as automated scaling, integration with Azure resources, and seamless deployment of web applications.

OpenAPI Specification

website-management-client-openapi-original.yml Raw ↑
swagger: '2.0'
info:
  version: '2015-08-01'
  title: Microsoft Azure WebSite Management Client
  description: >-
    Use these APIs to manage Azure Websites resources through the Azure Resource
    Manager. All task operations conform to the HTTP/1.1 protocol specification
    and each operation returns an x-ms-request-id header that can be used to
    obtain information about the request. You must make sure that requests made
    to these resources are secure. For more information, see
    https://msdn.microsoft.com/en-us/library/azure/dn790557.aspx.
host: management.azure.com
schemes:
  - https
paths:
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates/{name}
  : get:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Get Certificate Associated With The Certificate Order
      operationId: microsoftAzureCertificateordersGetcertificate
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: certificateOrderName
          in: path
          description: Certificate name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate name
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/CertificateOrderCertificate'
      deprecated: false
      description: Needs a more full description created.
    put:
      tags:
        - CertificateOrders
      summary: >-
        Microsoft Azure Associates A Key Vault Secret To A Certificate Store That Will Be Used For Storing The Certificate Once It S Ready
      operationId: microsoftAzureCertificateordersCreateorupdatecertificate
      consumes:
        - application/json
        - text/json
        - application/x-www-form-urlencoded
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: certificateOrderName
          in: path
          description: Certificate name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate name
          required: true
          type: string
        - name: keyVaultCertificate
          in: body
          description: Key Vault secret csm Id
          required: true
          schema:
            $ref: '#/definitions/CertificateOrderCertificate'
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/CertificateOrderCertificate'
      deprecated: false
      description: Needs a more full description created.
    delete:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Deletes The Certificate Associated With The Certificate Order
      operationId: microsoftAzureCertificateordersDeletecertificate
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: certificateOrderName
          in: path
          description: Certificate name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate name
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Object'
      deprecated: false
      description: Needs a more full description created.
    patch:
      tags:
        - CertificateOrders
      summary: >-
        Microsoft Azure Associates A Key Vault Secret To A Certificate Store That Will Be Used For Storing The Certificate Once It S Ready
      operationId: microsoftAzureCertificateordersUpdatecertificate
      consumes:
        - application/json
        - text/json
        - application/x-www-form-urlencoded
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: certificateOrderName
          in: path
          description: Certificate name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate name
          required: true
          type: string
        - name: keyVaultCertificate
          in: body
          description: Key Vault secret csm Id
          required: true
          schema:
            $ref: '#/definitions/CertificateOrderCertificate'
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/CertificateOrderCertificate'
      deprecated: false
      description: Needs a more full description created.
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}
  : get:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Get A Certificate Order
      operationId: microsoftAzureCertificateordersGetcertificateorder
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate name
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/CertificateOrder'
      deprecated: false
      description: Needs a more full description created.
    put:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Create Or Update A Certificate Purchase Order
      operationId: microsoftAzureCertificateordersCreateorupdatecertificateorder
      consumes:
        - application/json
        - text/json
        - application/x-www-form-urlencoded
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate name
          required: true
          type: string
        - name: certificateDistinguishedName
          in: body
          description: Distinguished name to be used for purchasing certificate
          required: true
          schema:
            $ref: '#/definitions/CertificateOrder'
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/CertificateOrder'
      deprecated: false
      description: Needs a more full description created.
    delete:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Delete An Existing Certificate Order
      operationId: microsoftAzureCertificateordersDeletecertificateorder
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate name
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Object'
      deprecated: false
      description: Needs a more full description created.
    patch:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Create Or Update A Certificate Purchase Order
      operationId: microsoftAzureCertificateordersUpdatecertificateorder
      consumes:
        - application/json
        - text/json
        - application/x-www-form-urlencoded
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate name
          required: true
          type: string
        - name: certificateDistinguishedName
          in: body
          description: Distinguished name to be used for purchasing certificate
          required: true
          schema:
            $ref: '#/definitions/CertificateOrder'
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/CertificateOrder'
      deprecated: false
      description: Needs a more full description created.
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders
  : get:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Get Certificate Orders In A Resource Group
      operationId: microsoftAzureCertificateordersGetcertificateorders
      consumes: []
      produces:
        - application/json
        - text/json
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/CertificateOrderCollection'
      deprecated: false
      x-ms-pageable:
        nextLinkName: nextLink
      description: Needs a more full description created.
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}/certificates
  : get:
      tags:
        - CertificateOrders
      summary: >-
        Microsoft Azure List All Certificates Associated With A Certificate Order Only One Certificate Can Be Associated With An Order At A Time
      operationId: microsoftAzureCertificateordersGetcertificates
      consumes: []
      produces:
        - application/json
        - text/json
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: certificateOrderName
          in: path
          description: Certificate name
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/CertificateOrderCertificateCollection'
      deprecated: false
      x-ms-pageable:
        nextLinkName: nextLink
      description: Needs a more full description created.
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/reissue
  : post:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Reissue An Existing Certificate Order
      operationId: microsoftAzureCertificateordersReissuecertificateorder
      consumes:
        - application/json
        - text/json
        - application/xml
        - text/xml
        - application/x-www-form-urlencoded
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate name
          required: true
          type: string
        - name: reissueCertificateOrderRequest
          in: body
          description: Reissue parameters
          required: true
          schema:
            $ref: '#/definitions/ReissueCertificateOrderRequest'
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Object'
      deprecated: false
      description: Needs a more full description created.
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/renew
  : post:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Renew An Existing Certificate Order
      operationId: microsoftAzureCertificateordersRenewcertificateorder
      consumes:
        - application/json
        - text/json
        - application/xml
        - text/xml
        - application/x-www-form-urlencoded
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate name
          required: true
          type: string
        - name: renewCertificateOrderRequest
          in: body
          description: Renew parameters
          required: true
          schema:
            $ref: '#/definitions/RenewCertificateOrderRequest'
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Object'
      deprecated: false
      description: Needs a more full description created.
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/retrieveCertificateActions
  : post:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Retrieve The List Of Certificate Actions
      operationId: microsoftAzureCertificateordersRetrievecertificateactions
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate order name
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            type: array
            items:
              $ref: '#/definitions/CertificateOrderAction'
      deprecated: false
      description: Needs a more full description created.
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/retrieveEmailHistory
  : post:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Retrieve Email History
      operationId: microsoftAzureCertificateordersRetrievecertificateemailhistory
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate order name
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            type: array
            items:
              $ref: '#/definitions/CertificateEmail'
      deprecated: false
      description: Needs a more full description created.
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/resendEmail
  : post:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Resend Certificate Email
      operationId: microsoftAzureCertificateordersResendcertificateemail
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate order name
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Object'
      deprecated: false
      description: Needs a more full description created.
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/verifyDomainOwnership
  : post:
      tags:
        - CertificateOrders
      summary: Microsoft Azure Verify Domain Ownership For This Certificate Order
      operationId: microsoftAzureCertificateordersVerifydomainownership
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Azure resource group name
          required: true
          type: string
        - name: name
          in: path
          description: Certificate order name
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Object'
      deprecated: false
      description: Needs a more full description created.
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates:
    get:
      tags:
        - Certificates
      summary: 'Microsoft Azure Get Certificates For A Subscription In The Specified Resource Group'
      operationId: microsoftAzureCertificatesGetcertificates
      consumes: []
      produces:
        - application/json
        - text/json
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of the resource group
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/CertificateCollection'
      deprecated: false
      x-ms-pageable:
        nextLinkName: nextLink
      description: Needs a more full description created.
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates/{name}:
    get:
      tags:
        - Certificates
      summary: >-
        Microsoft Azure Get A Certificate By Certificate Name For A Subscription In The Specified Resource Group
      operationId: microsoftAzureCertificatesGetcertificate
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of the resource group
          required: true
          type: string
        - name: name
          in: path
          description: Name of the certificate.
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Certificate'
      deprecated: false
      description: Needs a more full description created.
    put:
      tags:
        - Certificates
      summary: 'Microsoft Azure Creates Or Modifies An Existing Certificate'
      operationId: microsoftAzureCertificatesCreateorupdatecertificate
      consumes:
        - application/json
        - text/json
        - application/x-www-form-urlencoded
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of the resource group
          required: true
          type: string
        - name: name
          in: path
          description: Name of the certificate.
          required: true
          type: string
        - name: certificateEnvelope
          in: body
          description: Details of certificate if it exists already.
          required: true
          schema:
            $ref: '#/definitions/Certificate'
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Certificate'
      deprecated: false
      description: Needs a more full description created.
    delete:
      tags:
        - Certificates
      summary: >-
        Microsoft Azure Delete A Certificate By Name In A Specified Subscription And Resourcegroup
      operationId: microsoftAzureCertificatesDeletecertificate
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of the resource group
          required: true
          type: string
        - name: name
          in: path
          description: Name of the certificate to be deleted.
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Object'
      deprecated: false
      description: Needs a more full description created.
    patch:
      tags:
        - Certificates
      summary: 'Microsoft Azure Creates Or Modifies An Existing Certificate'
      operationId: microsoftAzureCertificatesUpdatecertificate
      consumes:
        - application/json
        - text/json
        - application/x-www-form-urlencoded
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of the resource group
          required: true
          type: string
        - name: name
          in: path
          description: Name of the certificate.
          required: true
          type: string
        - name: certificateEnvelope
          in: body
          description: Details of certificate if it exists already.
          required: true
          schema:
            $ref: '#/definitions/Certificate'
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Certificate'
      deprecated: false
      description: Needs a more full description created.
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/csrs:
    get:
      tags:
        - Certificates
      summary: >-
        Microsoft Azure Gets The Certificate Signing Requests For A Subscription In The Specified Resource Group
      operationId: microsoftAzureCertificatesGetcsrs
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of the resource group
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            type: array
            items:
              $ref: '#/definitions/Csr'
      deprecated: false
      description: Needs a more full description created.
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/csrs/{name}:
    get:
      tags:
        - Certificates
      summary: >-
        Microsoft Azure Gets A Certificate Signing Request By Certificate Name For A Subscription In The Specified Resource Group
      operationId: microsoftAzureCertificatesGetcsr
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of the resource group
          required: true
          type: string
        - name: name
          in: path
          description: Name of the certificate.
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Csr'
      deprecated: false
      description: Needs a more full description created.
    put:
      tags:
        - Certificates
      summary: 'Microsoft Azure Creates Or Modifies An Existing Certificate Signing Request'
      operationId: microsoftAzureCertificatesCreateorupdatecsr
      consumes:
        - application/json
        - text/json
        - application/x-www-form-urlencoded
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of the resource group
          required: true
          type: string
        - name: name
          in: path
          description: Name of the certificate.
          required: true
          type: string
        - name: csrEnvelope
          in: body
          description: Details of certificate signing request if it exists already.
          required: true
          schema:
            $ref: '#/definitions/Csr'
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Csr'
      deprecated: false
      description: Needs a more full description created.
    delete:
      tags:
        - Certificates
      summary: 'Microsoft Azure Delete The Certificate Signing Request'
      operationId: microsoftAzureCertificatesDeletecsr
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of the resource group
          required: true
          type: string
        - name: name
          in: path
          description: Name of the certificate signing request.
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Object'
      deprecated: false
      description: Needs a more full description created.
    patch:
      tags:
        - Certificates
      summary: 'Microsoft Azure Creates Or Modifies An Existing Certificate Signing Request'
      operationId: microsoftAzureCertificatesUpdatecsr
      consumes:
        - application/json
        - text/json
        - application/x-www-form-urlencoded
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of the resource group
          required: true
          type: string
        - name: name
          in: path
          description: Name of the certificate.
          required: true
          type: string
        - name: csrEnvelope
          in: body
          description: Details of certificate signing request if it exists already.
          required: true
          schema:
            $ref: '#/definitions/Csr'
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/Csr'
      deprecated: false
      description: Needs a more full description created.
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/classicMobileServices:
    get:
      tags:
        - ClassicMobileServices
      summary: 'Microsoft Azure Get All Mobile Services In A Resource Group'
      operationId: microsoftAzureClassicmobileservicesGetclassicmobileservices
      consumes: []
      produces:
        - application/json
        - text/json
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of resource group
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/ClassicMobileServiceCollection'
      deprecated: false
      x-ms-pageable:
        nextLinkName: nextLink
      description: Needs a more full description created.
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/classicMobileServices/{name}:
    get:
      tags:
        - ClassicMobileServices
      summary: 'Microsoft Azure Get A Mobile Service'
      operationId: microsoftAzureClassicmobileservicesGetclassicmobileservice
      consumes: []
      produces:
        - application/json
        - text/json
        - application/xml
        - text/xml
      parameters:
        - name: resourceGroupName
          in: path
          description: Name of resource group
          required: true
          type: string
        - name: name
          in: path
          description: Name of mobile service
          required: true
          type: string
        - $ref: '#/parameters/subscriptionIdParameter'
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: '#/definitions/ClassicMobileService'
      deprecated: false
      description: Needs a more f

# --- truncated at 32 KB (501 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/microsoft-azure/refs/heads/main/openapi/website-management-client-openapi-original.yml