Microsoft Azure Domain Registration Provider API Client

The Microsoft Azure Domain Registration Provider API Client is a tool that allows users to manage their domain registrations through the Microsoft Azure platform. This client provides an easy and convenient way to register, renew, and manage domain names directly within the Azure environment. Users can access their domain settings, update contact information, configure DNS records, and view important domain details all from a single interface.

OpenAPI Specification

domainregistrationprovider-api-client-openapi-original.yml Raw ↑
swagger: '2.0'
info:
  version: '2023-01-01'
  title: Microsoft Azure DomainRegistrationProvider API Client
host: management.azure.com
schemes:
  - https
consumes:
  - application/json
produces:
  - application/json
paths:
  /providers/Microsoft.DomainRegistration/operations:
    get:
      tags:
        - DomainRegistrationProvider
      summary: >-
        Microsoft Azure Implements Csm Operations Api To Exposes The List Of Available Csm Apis Under The Resource Provider
      description: >-
        Description for Implements Csm operations Api to exposes the list of
        available Csm Apis under the resource provider
      operationId: microsoftAzureDomainregistrationproviderListoperations
      parameters:
        - $ref: '#/parameters/apiVersionParameter'
      responses:
        '200':
          description: OK
          schema:
            $ref: >-
              ../../../Microsoft.Web/stable/2023-01-01/CommonDefinitions.json#/definitions/CsmOperationCollection
        default:
          description: App Service error response.
          schema:
            $ref: >-
              ../../../Microsoft.Web/stable/2023-01-01/CommonDefinitions.json#/definitions/DefaultErrorResponse
      x-ms-examples:
        List operations:
          $ref: ./examples/ListOperations.json
      x-ms-pageable:
        nextLinkName: nextLink
definitions: {}
parameters:
  subscriptionIdParameter:
    name: subscriptionId
    in: path
    description: >-
      Your Azure subscription ID. This is a GUID-formatted string (e.g.
      00000000-0000-0000-0000-000000000000).
    required: true
    type: string
  apiVersionParameter:
    name: api-version
    in: query
    description: API Version
    required: true
    type: string
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
security:
  - azure_auth:
      - user_impersonation
tags:
  - name: DomainRegistrationProvider