UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 91.2 kB
{"openapi":"3.0.0","info":{"description":"The Private DNS Management Client.","title":"PrivateDnsManagementClient","version":"2018-09-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/privatedns/resource-manager/Microsoft.Network/stable/2018-09-01/privatedns.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"privatedns","x-tags":["Azure","Microsoft"]},"paths":{"/subscriptions/{subscriptionId}/providers/Microsoft.Network/privateDnsZones":{"get":{"description":"Lists the Private DNS zones in all resource groups in a subscription.","operationId":"PrivateZones_List","parameters":[{"description":"The maximum number of Private DNS zones to return. If not specified, returns up to 100 zones.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrivateZoneListResult"},"examples":{"GET Private DNS Zone by Subscription":{"$ref":"#/components/examples/GET_Private_DNS_Zone_by_Subscription"}}}}},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["PrivateZones"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones":{"get":{"description":"Lists the Private DNS zones within a resource group.","operationId":"PrivateZones_ListByResourceGroup","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone by Resource Group":{"value":"resourceGroup1"}}},{"description":"The maximum number of record sets to return. If not specified, returns up to 100 record sets.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrivateZoneListResult"},"examples":{"GET Private DNS Zone by Resource Group":{"$ref":"#/components/examples/GET_Private_DNS_Zone_by_Resource_Group"}}}}},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["PrivateZones"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}":{"delete":{"description":"Deletes a Private DNS zone. WARNING: All DNS records in the zone will also be deleted. This operation cannot be undone. Private DNS zone cannot be deleted unless all virtual network links to it are removed.","operationId":"PrivateZones_Delete","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"DELETE Private DNS Zone":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"DELETE Private DNS Zone":{"value":"privatezone1.com"}}},{"description":"The ETag of the Private DNS zone. Omit this value to always delete the current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes.","in":"header","name":"If-Match","required":false,"x-ms-client-name":"IfMatch","schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The Private DNS zone has been deleted."},"202":{"description":"The Private DNS zone delete operation has been accepted and will complete asynchronously."},"204":{"description":"The Private DNS zone was not found."},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["PrivateZones"],"x-ms-long-running-operation":true},"get":{"description":"Gets a Private DNS zone. Retrieves the zone properties, but not the virtual networks links or the record sets within the zone.","operationId":"PrivateZones_Get","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone":{"value":"privatezone1.com"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrivateZone"},"examples":{"GET Private DNS Zone":{"$ref":"#/components/examples/GET_Private_DNS_Zone"}}}}},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["PrivateZones"]},"patch":{"description":"Updates a Private DNS zone. Does not modify virtual network links or DNS records within the zone.","operationId":"PrivateZones_Update","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"PATCH Private DNS Zone":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"PATCH Private DNS Zone":{"value":"privatezone1.com"}}},{"description":"The ETag of the Private DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.","in":"header","name":"If-Match","required":false,"x-ms-client-name":"IfMatch","schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrivateZone"}}},"description":"Parameters supplied to the Update operation.","required":true},"responses":{"200":{"description":"The Private DNS zone has been updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrivateZone"},"examples":{"PATCH Private DNS Zone":{"$ref":"#/components/examples/PATCH_Private_DNS_Zone"}}}}},"202":{"description":"The Private DNS zone update operation has been accepted and will complete asynchronously."},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["PrivateZones"],"x-ms-long-running-operation":true},"put":{"description":"Creates or updates a Private DNS zone. Does not modify Links to virtual networks or DNS records within the zone.","operationId":"PrivateZones_CreateOrUpdate","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"PUT Private DNS Zone":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"PUT Private DNS Zone":{"value":"privatezone1.com"}}},{"description":"The ETag of the Private DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.","in":"header","name":"If-Match","required":false,"x-ms-client-name":"IfMatch","schema":{"type":"string"}},{"description":"Set to '*' to allow a new Private DNS zone to be created, but to prevent updating an existing zone. Other values will be ignored.","in":"header","name":"If-None-Match","required":false,"x-ms-client-name":"IfNoneMatch","schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrivateZone"}}},"description":"Parameters supplied to the CreateOrUpdate operation.","required":true},"responses":{"200":{"description":"The Private DNS zone has been updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrivateZone"},"examples":{"PUT Private DNS Zone":{"$ref":"#/components/examples/PUT_Private_DNS_Zone"}}}}},"201":{"description":"The Private DNS zone has been created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrivateZone"},"examples":{"PUT Private DNS Zone":{"$ref":"#/components/examples/PUT_Private_DNS_Zone"}}}}},"202":{"description":"The Private DNS zone upsert operation has been accepted and will complete asynchronously."},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["PrivateZones"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/ALL":{"get":{"description":"Lists all record sets in a Private DNS zone.","operationId":"RecordSets_List","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone ALL Record Sets":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone ALL Record Sets":{"value":"privatezone1.com"}}},{"description":"The maximum number of record sets to return. If not specified, returns up to 100 record sets.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The suffix label of the record set name to be used to filter the record set enumeration. If this parameter is specified, the returned enumeration will only contain records that end with \".<recordsetnamesuffix>\".","in":"query","name":"$recordsetnamesuffix","required":false,"schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordSetListResult"},"examples":{"GET Private DNS Zone ALL Record Sets":{"$ref":"#/components/examples/GET_Private_DNS_Zone_ALL_Record_Sets"}}}}},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["RecordSets"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks":{"get":{"description":"Lists the virtual network links to the specified Private DNS zone.","operationId":"VirtualNetworkLinks_List","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get Private DNS Zone Virtual Network Links":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"Get Private DNS Zone Virtual Network Links":{"value":"privatezone1.com"}}},{"description":"The maximum number of virtual network links to return. If not specified, returns up to 100 virtual network links.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkLinkListResult"},"examples":{"Get Private DNS Zone Virtual Network Links":{"$ref":"#/components/examples/Get_Private_DNS_Zone_Virtual_Network_Links"}}}}},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["VirtualNetworkLinks"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks/{virtualNetworkLinkName}":{"delete":{"description":"Deletes a virtual network link to the specified Private DNS zone. WARNING: In case of a registration virtual network, all auto-registered DNS records in the zone for the virtual network will also be deleted. This operation cannot be undone.","operationId":"VirtualNetworkLinks_Delete","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"DELETE Private DNS Zone Virtual Network Link":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"DELETE Private DNS Zone Virtual Network Link":{"value":"privatezone1.com"}}},{"description":"The name of the virtual network link.","in":"path","name":"virtualNetworkLinkName","required":true,"schema":{"type":"string"},"examples":{"DELETE Private DNS Zone Virtual Network Link":{"value":"virtualNetworkLink1"}}},{"description":"The ETag of the virtual network link to the Private DNS zone. Omit this value to always delete the current zone. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes.","in":"header","name":"If-Match","required":false,"x-ms-client-name":"IfMatch","schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The virtual network link to the Private DNS zone has been deleted."},"202":{"description":"The operation to delete virtual network link to the Private DNS zone has been accepted and will complete asynchronously."},"204":{"description":"The virtual network link to the Private DNS zone was not found."},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["VirtualNetworkLinks"],"x-ms-long-running-operation":true},"get":{"description":"Gets a virtual network link to the specified Private DNS zone.","operationId":"VirtualNetworkLinks_Get","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone Virtual Network Link":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone Virtual Network Link":{"value":"privatezone1.com"}}},{"description":"The name of the virtual network link.","in":"path","name":"virtualNetworkLinkName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone Virtual Network Link":{"value":"virtualNetworkLink1"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkLink"},"examples":{"GET Private DNS Zone Virtual Network Link":{"$ref":"#/components/examples/GET_Private_DNS_Zone_Virtual_Network_Link"}}}}},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["VirtualNetworkLinks"]},"patch":{"description":"Updates a virtual network link to the specified Private DNS zone.","operationId":"VirtualNetworkLinks_Update","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"PATCH Private DNS Zone Virtual Network Link":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"PATCH Private DNS Zone Virtual Network Link":{"value":"privatezone1.com"}}},{"description":"The name of the virtual network link.","in":"path","name":"virtualNetworkLinkName","required":true,"schema":{"type":"string"},"examples":{"PATCH Private DNS Zone Virtual Network Link":{"value":"virtualNetworkLink1"}}},{"description":"The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.","in":"header","name":"If-Match","required":false,"x-ms-client-name":"IfMatch","schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkLink"}}},"description":"Parameters supplied to the Update operation.","required":true},"responses":{"200":{"description":"The virtual network link to the Private DNS zone has been updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkLink"},"examples":{"PATCH Private DNS Zone Virtual Network Link":{"$ref":"#/components/examples/PATCH_Private_DNS_Zone_Virtual_Network_Link"}}}}},"202":{"description":"The operation to link virtual network link to Private DNS zone has been accepted and will complete asynchronously."},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["VirtualNetworkLinks"],"x-ms-long-running-operation":true},"put":{"description":"Creates or updates a virtual network link to the specified Private DNS zone.","operationId":"VirtualNetworkLinks_CreateOrUpdate","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"PUT Private DNS Zone Virtual Network Link":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"PUT Private DNS Zone Virtual Network Link":{"value":"privatezone1.com"}}},{"description":"The name of the virtual network link.","in":"path","name":"virtualNetworkLinkName","required":true,"schema":{"type":"string"},"examples":{"PUT Private DNS Zone Virtual Network Link":{"value":"virtualNetworkLink1"}}},{"description":"The ETag of the virtual network link to the Private DNS zone. Omit this value to always overwrite the current virtual network link. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.","in":"header","name":"If-Match","required":false,"x-ms-client-name":"IfMatch","schema":{"type":"string"}},{"description":"Set to '*' to allow a new virtual network link to the Private DNS zone to be created, but to prevent updating an existing link. Other values will be ignored.","in":"header","name":"If-None-Match","required":false,"x-ms-client-name":"IfNoneMatch","schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkLink"}}},"description":"Parameters supplied to the CreateOrUpdate operation.","required":true},"responses":{"200":{"description":"The virtual network link to the Private DNS zone has been updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkLink"},"examples":{"PUT Private DNS Zone Virtual Network Link":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_Virtual_Network_Link"}}}}},"201":{"description":"The virtual network link to the Private DNS zone has been created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkLink"},"examples":{"PUT Private DNS Zone Virtual Network Link":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_Virtual_Network_Link"}}}}},"202":{"description":"The operation to upsert virtual network link to the Private DNS zone has been accepted and will complete asynchronously."},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["VirtualNetworkLinks"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}":{"get":{"description":"Lists the record sets of a specified type in a Private DNS zone.","operationId":"RecordSets_ListByType","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone A Record Sets":{"value":"resourceGroup1"},"GET Private DNS Zone AAAA Record Sets":{"value":"resourceGroup1"},"GET Private DNS Zone CNAME Record Sets":{"value":"resourceGroup1"},"GET Private DNS Zone MX Record Sets":{"value":"resourceGroup1"},"GET Private DNS Zone PTR Record Sets":{"value":"resourceGroup1"},"GET Private DNS Zone SOA Record Sets":{"value":"resourceGroup1"},"GET Private DNS Zone SRV Record Sets":{"value":"resourceGroup1"},"GET Private DNS Zone TXT Record Sets":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone A Record Sets":{"value":"privatezone1.com"},"GET Private DNS Zone AAAA Record Sets":{"value":"privatezone1.com"},"GET Private DNS Zone CNAME Record Sets":{"value":"privatezone1.com"},"GET Private DNS Zone MX Record Sets":{"value":"privatezone1.com"},"GET Private DNS Zone PTR Record Sets":{"value":"0.0.127.in-addr.arpa"},"GET Private DNS Zone SOA Record Sets":{"value":"privatezone1.com"},"GET Private DNS Zone SRV Record Sets":{"value":"privatezone1.com"},"GET Private DNS Zone TXT Record Sets":{"value":"privatezone1.com"}}},{"description":"The type of record sets to enumerate.","in":"path","name":"recordType","required":true,"x-ms-enum":{"modelAsString":false,"name":"RecordType"},"schema":{"type":"string","enum":["A","AAAA","CNAME","MX","PTR","SOA","SRV","TXT"]},"examples":{"GET Private DNS Zone A Record Sets":{"value":"A"},"GET Private DNS Zone AAAA Record Sets":{"value":"AAAA"},"GET Private DNS Zone CNAME Record Sets":{"value":"CNAME"},"GET Private DNS Zone MX Record Sets":{"value":"MX"},"GET Private DNS Zone PTR Record Sets":{"value":"PTR"},"GET Private DNS Zone SOA Record Sets":{"value":"SOA"},"GET Private DNS Zone SRV Record Sets":{"value":"SRV"},"GET Private DNS Zone TXT Record Sets":{"value":"TXT"}}},{"description":"The maximum number of record sets to return. If not specified, returns up to 100 record sets.","in":"query","name":"$top","required":false,"schema":{"type":"integer","format":"int32"}},{"description":"The suffix label of the record set name to be used to filter the record set enumeration. If this parameter is specified, the returned enumeration will only contain records that end with \".<recordsetnamesuffix>\".","in":"query","name":"$recordsetnamesuffix","required":false,"schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordSetListResult"},"examples":{"GET Private DNS Zone A Record Sets":{"$ref":"#/components/examples/GET_Private_DNS_Zone_A_Record_Sets"},"GET Private DNS Zone AAAA Record Sets":{"$ref":"#/components/examples/GET_Private_DNS_Zone_AAAA_Record_Sets"},"GET Private DNS Zone CNAME Record Sets":{"$ref":"#/components/examples/GET_Private_DNS_Zone_CNAME_Record_Sets"},"GET Private DNS Zone MX Record Sets":{"$ref":"#/components/examples/GET_Private_DNS_Zone_MX_Record_Sets"},"GET Private DNS Zone PTR Record Sets":{"$ref":"#/components/examples/GET_Private_DNS_Zone_PTR_Record_Sets"},"GET Private DNS Zone SOA Record Sets":{"$ref":"#/components/examples/GET_Private_DNS_Zone_SOA_Record_Sets"},"GET Private DNS Zone SRV Record Sets":{"$ref":"#/components/examples/GET_Private_DNS_Zone_SRV_Record_Sets"},"GET Private DNS Zone TXT Record Sets":{"$ref":"#/components/examples/GET_Private_DNS_Zone_TXT_Record_Sets"}}}}},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["RecordSets"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{relativeRecordSetName}":{"delete":{"description":"Deletes a record set from a Private DNS zone. This operation cannot be undone.","operationId":"RecordSets_Delete","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"DELETE Private DNS Zone A Record Set":{"value":"resourceGroup1"},"DELETE Private DNS Zone AAAA Record Set":{"value":"resourceGroup1"},"DELETE Private DNS Zone CNAME Record Set":{"value":"resourceGroup1"},"DELETE Private DNS Zone MX Record Set":{"value":"resourceGroup1"},"DELETE Private DNS Zone PTR Record Set":{"value":"resourceGroup1"},"DELETE Private DNS Zone SRV Record Set":{"value":"resourceGroup1"},"DELETE Private DNS Zone TXT Record Set":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"DELETE Private DNS Zone A Record Set":{"value":"privatezone1.com"},"DELETE Private DNS Zone AAAA Record Set":{"value":"privatezone1.com"},"DELETE Private DNS Zone CNAME Record Set":{"value":"privatezone1.com"},"DELETE Private DNS Zone MX Record Set":{"value":"privatezone1.com"},"DELETE Private DNS Zone PTR Record Set":{"value":"0.0.127.in-addr.arpa"},"DELETE Private DNS Zone SRV Record Set":{"value":"privatezone1.com"},"DELETE Private DNS Zone TXT Record Set":{"value":"privatezone1.com"}}},{"description":"The type of DNS record in this record set. Record sets of type SOA cannot be deleted (they are deleted when the Private DNS zone is deleted).","in":"path","name":"recordType","required":true,"x-ms-enum":{"modelAsString":false,"name":"RecordType"},"schema":{"type":"string","enum":["A","AAAA","CNAME","MX","PTR","SOA","SRV","TXT"]},"examples":{"DELETE Private DNS Zone A Record Set":{"value":"A"},"DELETE Private DNS Zone AAAA Record Set":{"value":"AAAA"},"DELETE Private DNS Zone CNAME Record Set":{"value":"CNAME"},"DELETE Private DNS Zone MX Record Set":{"value":"MX"},"DELETE Private DNS Zone PTR Record Set":{"value":"PTR"},"DELETE Private DNS Zone SRV Record Set":{"value":"SRV"},"DELETE Private DNS Zone TXT Record Set":{"value":"TXT"}}},{"description":"The name of the record set, relative to the name of the zone.","in":"path","name":"relativeRecordSetName","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"DELETE Private DNS Zone A Record Set":{"value":"recordA"},"DELETE Private DNS Zone AAAA Record Set":{"value":"recordAAAA"},"DELETE Private DNS Zone CNAME Record Set":{"value":"recordCNAME"},"DELETE Private DNS Zone MX Record Set":{"value":"recordMX"},"DELETE Private DNS Zone PTR Record Set":{"value":"1"},"DELETE Private DNS Zone SRV Record Set":{"value":"recordSRV"},"DELETE Private DNS Zone TXT Record Set":{"value":"recordTXT"}}},{"description":"The ETag of the record set. Omit this value to always delete the current record set. Specify the last-seen ETag value to prevent accidentally deleting any concurrent changes.","in":"header","name":"If-Match","required":false,"x-ms-client-name":"IfMatch","schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"The record set has been deleted."},"204":{"description":"The record set was not found."},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["RecordSets"]},"get":{"description":"Gets a record set.","operationId":"RecordSets_Get","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone A Record Set":{"value":"resourceGroup1"},"GET Private DNS Zone AAAA Record Set":{"value":"resourceGroup1"},"GET Private DNS Zone CNAME Record Set":{"value":"resourceGroup1"},"GET Private DNS Zone MX Record Set":{"value":"resourceGroup1"},"GET Private DNS Zone PTR Record Set":{"value":"resourceGroup1"},"GET Private DNS Zone SOA Record Set":{"value":"resourceGroup1"},"GET Private DNS Zone SRV Record Set":{"value":"resourceGroup1"},"GET Private DNS Zone TXT Record Set":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone A Record Set":{"value":"privatezone1.com"},"GET Private DNS Zone AAAA Record Set":{"value":"privatezone1.com"},"GET Private DNS Zone CNAME Record Set":{"value":"privatezone1.com"},"GET Private DNS Zone MX Record Set":{"value":"privatezone1.com"},"GET Private DNS Zone PTR Record Set":{"value":"0.0.127.in-addr.arpa"},"GET Private DNS Zone SOA Record Set":{"value":"privatezone1.com"},"GET Private DNS Zone SRV Record Set":{"value":"privatezone1.com"},"GET Private DNS Zone TXT Record Set":{"value":"privatezone1.com"}}},{"description":"The type of DNS record in this record set.","in":"path","name":"recordType","required":true,"x-ms-enum":{"modelAsString":false,"name":"RecordType"},"schema":{"type":"string","enum":["A","AAAA","CNAME","MX","PTR","SOA","SRV","TXT"]},"examples":{"GET Private DNS Zone A Record Set":{"value":"A"},"GET Private DNS Zone AAAA Record Set":{"value":"AAAA"},"GET Private DNS Zone CNAME Record Set":{"value":"CNAME"},"GET Private DNS Zone MX Record Set":{"value":"MX"},"GET Private DNS Zone PTR Record Set":{"value":"PTR"},"GET Private DNS Zone SOA Record Set":{"value":"SOA"},"GET Private DNS Zone SRV Record Set":{"value":"SRV"},"GET Private DNS Zone TXT Record Set":{"value":"TXT"}}},{"description":"The name of the record set, relative to the name of the zone.","in":"path","name":"relativeRecordSetName","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"GET Private DNS Zone A Record Set":{"value":"recordA"},"GET Private DNS Zone AAAA Record Set":{"value":"recordAAAA"},"GET Private DNS Zone CNAME Record Set":{"value":"recordCNAME"},"GET Private DNS Zone MX Record Set":{"value":"recordMX"},"GET Private DNS Zone PTR Record Set":{"value":"1"},"GET Private DNS Zone SOA Record Set":{"value":"@"},"GET Private DNS Zone SRV Record Set":{"value":"recordSRV"},"GET Private DNS Zone TXT Record Set":{"value":"recordTXT"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"Success.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordSet"},"examples":{"GET Private DNS Zone A Record Set":{"$ref":"#/components/examples/GET_Private_DNS_Zone_A_Record_Set"},"GET Private DNS Zone AAAA Record Set":{"$ref":"#/components/examples/GET_Private_DNS_Zone_AAAA_Record_Set"},"GET Private DNS Zone CNAME Record Set":{"$ref":"#/components/examples/GET_Private_DNS_Zone_CNAME_Record_Set"},"GET Private DNS Zone MX Record Set":{"$ref":"#/components/examples/GET_Private_DNS_Zone_MX_Record_Set"},"GET Private DNS Zone PTR Record Set":{"$ref":"#/components/examples/GET_Private_DNS_Zone_PTR_Record_Set"},"GET Private DNS Zone SOA Record Set":{"$ref":"#/components/examples/GET_Private_DNS_Zone_SOA_Record_Set"},"GET Private DNS Zone SRV Record Set":{"$ref":"#/components/examples/GET_Private_DNS_Zone_SRV_Record_Set"},"GET Private DNS Zone TXT Record Set":{"$ref":"#/components/examples/GET_Private_DNS_Zone_TXT_Record_Set"}}}}},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["RecordSets"]},"patch":{"description":"Updates a record set within a Private DNS zone.","operationId":"RecordSets_Update","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"PATCH Private DNS Zone A Record Set":{"value":"resourceGroup1"},"PATCH Private DNS Zone AAAA Record Set":{"value":"resourceGroup1"},"PATCH Private DNS Zone CNAME Record Set":{"value":"resourceGroup1"},"PATCH Private DNS Zone MX Record Set":{"value":"resourceGroup1"},"PATCH Private DNS Zone PTR Record Set":{"value":"resourceGroup1"},"PATCH Private DNS Zone SOA Record Set":{"value":"resourceGroup1"},"PATCH Private DNS Zone SRV Record Set":{"value":"resourceGroup1"},"PATCH Private DNS Zone TXT Record Set":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"PATCH Private DNS Zone A Record Set":{"value":"privatezone1.com"},"PATCH Private DNS Zone AAAA Record Set":{"value":"privatezone1.com"},"PATCH Private DNS Zone CNAME Record Set":{"value":"privatezone1.com"},"PATCH Private DNS Zone MX Record Set":{"value":"privatezone1.com"},"PATCH Private DNS Zone PTR Record Set":{"value":"0.0.127.in-addr.arpa"},"PATCH Private DNS Zone SOA Record Set":{"value":"privatezone1.com"},"PATCH Private DNS Zone SRV Record Set":{"value":"privatezone1.com"},"PATCH Private DNS Zone TXT Record Set":{"value":"privatezone1.com"}}},{"description":"The type of DNS record in this record set.","in":"path","name":"recordType","required":true,"x-ms-enum":{"modelAsString":false,"name":"RecordType"},"schema":{"type":"string","enum":["A","AAAA","CNAME","MX","PTR","SOA","SRV","TXT"]},"examples":{"PATCH Private DNS Zone A Record Set":{"value":"A"},"PATCH Private DNS Zone AAAA Record Set":{"value":"AAAA"},"PATCH Private DNS Zone CNAME Record Set":{"value":"CNAME"},"PATCH Private DNS Zone MX Record Set":{"value":"MX"},"PATCH Private DNS Zone PTR Record Set":{"value":"PTR"},"PATCH Private DNS Zone SOA Record Set":{"value":"SOA"},"PATCH Private DNS Zone SRV Record Set":{"value":"SRV"},"PATCH Private DNS Zone TXT Record Set":{"value":"TXT"}}},{"description":"The name of the record set, relative to the name of the zone.","in":"path","name":"relativeRecordSetName","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"PATCH Private DNS Zone A Record Set":{"value":"recordA"},"PATCH Private DNS Zone AAAA Record Set":{"value":"recordAAAA"},"PATCH Private DNS Zone CNAME Record Set":{"value":"recordCNAME"},"PATCH Private DNS Zone MX Record Set":{"value":"recordMX"},"PATCH Private DNS Zone PTR Record Set":{"value":"1"},"PATCH Private DNS Zone SOA Record Set":{"value":"@"},"PATCH Private DNS Zone SRV Record Set":{"value":"recordSRV"},"PATCH Private DNS Zone TXT Record Set":{"value":"recordTXT"}}},{"description":"The ETag of the record set. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.","in":"header","name":"If-Match","required":false,"x-ms-client-name":"IfMatch","schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordSet"}}},"description":"Parameters supplied to the Update operation.","required":true},"responses":{"200":{"description":"The record set has been updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordSet"},"examples":{"PATCH Private DNS Zone A Record Set":{"$ref":"#/components/examples/PATCH_Private_DNS_Zone_A_Record_Set"},"PATCH Private DNS Zone AAAA Record Set":{"$ref":"#/components/examples/PATCH_Private_DNS_Zone_AAAA_Record_Set"},"PATCH Private DNS Zone CNAME Record Set":{"$ref":"#/components/examples/PATCH_Private_DNS_Zone_CNAME_Record_Set"},"PATCH Private DNS Zone MX Record Set":{"$ref":"#/components/examples/PATCH_Private_DNS_Zone_MX_Record_Set"},"PATCH Private DNS Zone PTR Record Set":{"$ref":"#/components/examples/PATCH_Private_DNS_Zone_PTR_Record_Set"},"PATCH Private DNS Zone SOA Record Set":{"$ref":"#/components/examples/PATCH_Private_DNS_Zone_SOA_Record_Set"},"PATCH Private DNS Zone SRV Record Set":{"$ref":"#/components/examples/PATCH_Private_DNS_Zone_SRV_Record_Set"},"PATCH Private DNS Zone TXT Record Set":{"$ref":"#/components/examples/PATCH_Private_DNS_Zone_TXT_Record_Set"}}}}},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["RecordSets"]},"put":{"description":"Creates or updates a record set within a Private DNS zone.","operationId":"RecordSets_CreateOrUpdate","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"PUT Private DNS Zone A Record Set":{"value":"resourceGroup1"},"PUT Private DNS Zone AAAA Record Set":{"value":"resourceGroup1"},"PUT Private DNS Zone CNAME Record Set":{"value":"resourceGroup1"},"PUT Private DNS Zone MX Record Set":{"value":"resourceGroup1"},"PUT Private DNS Zone PTR Record Set":{"value":"resourceGroup1"},"PUT Private DNS Zone SOA Record Set":{"value":"resourceGroup1"},"PUT Private DNS Zone SRV Record Set":{"value":"resourceGroup1"},"PUT Private DNS Zone TXT Record Set":{"value":"resourceGroup1"}}},{"description":"The name of the Private DNS zone (without a terminating dot).","in":"path","name":"privateZoneName","required":true,"schema":{"type":"string"},"examples":{"PUT Private DNS Zone A Record Set":{"value":"privatezone1.com"},"PUT Private DNS Zone AAAA Record Set":{"value":"privatezone1.com"},"PUT Private DNS Zone CNAME Record Set":{"value":"privatezone1.com"},"PUT Private DNS Zone MX Record Set":{"value":"privatezone1.com"},"PUT Private DNS Zone PTR Record Set":{"value":"0.0.127.in-addr.arpa"},"PUT Private DNS Zone SOA Record Set":{"value":"privatezone1.com"},"PUT Private DNS Zone SRV Record Set":{"value":"privatezone1.com"},"PUT Private DNS Zone TXT Record Set":{"value":"privatezone1.com"}}},{"description":"The type of DNS record in this record set. Record sets of type SOA can be updated but not created (they are created when the Private DNS zone is created).","in":"path","name":"recordType","required":true,"x-ms-enum":{"modelAsString":false,"name":"RecordType"},"schema":{"type":"string","enum":["A","AAAA","CNAME","MX","PTR","SOA","SRV","TXT"]},"examples":{"PUT Private DNS Zone A Record Set":{"value":"A"},"PUT Private DNS Zone AAAA Record Set":{"value":"AAAA"},"PUT Private DNS Zone CNAME Record Set":{"value":"CNAME"},"PUT Private DNS Zone MX Record Set":{"value":"MX"},"PUT Private DNS Zone PTR Record Set":{"value":"PTR"},"PUT Private DNS Zone SOA Record Set":{"value":"SOA"},"PUT Private DNS Zone SRV Record Set":{"value":"SRV"},"PUT Private DNS Zone TXT Record Set":{"value":"TXT"}}},{"description":"The name of the record set, relative to the name of the zone.","in":"path","name":"relativeRecordSetName","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"PUT Private DNS Zone A Record Set":{"value":"recordA"},"PUT Private DNS Zone AAAA Record Set":{"value":"recordAAAA"},"PUT Private DNS Zone CNAME Record Set":{"value":"recordCNAME"},"PUT Private DNS Zone MX Record Set":{"value":"recordMX"},"PUT Private DNS Zone PTR Record Set":{"value":"1"},"PUT Private DNS Zone SOA Record Set":{"value":"@"},"PUT Private DNS Zone SRV Record Set":{"value":"recordSRV"},"PUT Private DNS Zone TXT Record Set":{"value":"recordTXT"}}},{"description":"The ETag of the record set. Omit this value to always overwrite the current record set. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.","in":"header","name":"If-Match","required":false,"x-ms-client-name":"IfMatch","schema":{"type":"string"}},{"description":"Set to '*' to allow a new record set to be created, but to prevent updating an existing record set. Other values will be ignored.","in":"header","name":"If-None-Match","required":false,"x-ms-client-name":"IfNoneMatch","schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordSet"}}},"description":"Parameters supplied to the CreateOrUpdate operation.","required":true},"responses":{"200":{"description":"The record set has been updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordSet"},"examples":{"PUT Private DNS Zone A Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_A_Record_Set"},"PUT Private DNS Zone AAAA Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_AAAA_Record_Set"},"PUT Private DNS Zone CNAME Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_CNAME_Record_Set"},"PUT Private DNS Zone MX Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_MX_Record_Set"},"PUT Private DNS Zone PTR Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_PTR_Record_Set"},"PUT Private DNS Zone SOA Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_SOA_Record_Set"},"PUT Private DNS Zone SRV Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_SRV_Record_Set"},"PUT Private DNS Zone TXT Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_TXT_Record_Set"}}}}},"201":{"description":"The record set has been created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordSet"},"examples":{"PUT Private DNS Zone A Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_A_Record_Set"},"PUT Private DNS Zone AAAA Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_AAAA_Record_Set"},"PUT Private DNS Zone CNAME Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_CNAME_Record_Set"},"PUT Private DNS Zone MX Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_MX_Record_Set"},"PUT Private DNS Zone PTR Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_PTR_Record_Set"},"PUT Private DNS Zone SOA Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_SOA_Record_Set"},"PUT Private DNS Zone SRV Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_SRV_Record_Set"},"PUT Private DNS Zone TXT Record Set":{"$ref":"#/components/examples/PUT_Private_DNS_Zone_TXT_Record_Set"}}}}},"default":{"description":"Default response. It will be deserialized as per the Error definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CloudError"}}}}},"tags":["RecordSets"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"GET_Private_DNS_Zone_by_Subscription":{"value":{"nextLink":"https://management.azure.com/subscriptions/subscriptionId/providers/Microsoft.Network/privateDnsZones?api-version=2018-09-01&$skipToken=skipToken","value":[{"etag":"00000000-0000-0000-0000-000000000000","id":"/subscriptions/subscriptionId/resourceGroups/resourceGroup1/providers/Microsoft.Network/privateDnsZones/privatezone1.com","location":"global","name":"privatezone1.com","properties":{"maxNumberOfRecordSets":5000,"maxNumberOfVirtualNetworkLinks":100,"maxNumberOfVirtualNetworkLinksWithRegistration":50,"numberOfRecordSets":1,"numberOfVirtualNetworkLinks":0,"numberOfVirtualNetworkLinksWithRegistration":0,"provisioningState":"Succeeded"},"tags":{"key1":"value1"},"type":"Microsoft.Network/privateDnsZones"},{"etag":"00000000-0000-0000-0000-000000000000","id":"/subscriptions/subscriptionId/resourceGroups/resourceGroup2/providers/Microsoft.Network/privateDnsZones/privatezone2.com","location":"global","name":"privatezone2.com","properties":{"maxNumberOfRecordSets":5000,"maxNumberOfVirtualNetworkLinks":100,"maxNumberOfVirtualNetworkLinksWithRegistration":50,"numberOfRecordSets":1,"numberOfVirtualNetworkLinks":0,"numberOfVirtualNetworkLinksWithRegistration":0,"provisioningState":"Succeeded"},"type":"Microsoft.Network/privateDnsZones"}]}},"GET_Private_DNS_Zone_by_Resource_Group":{"value":{"nextLink":"https://management.azure.com/subscriptions/subscriptionId/resourceGroups/resourceGroup1/providers/Microsoft.Network/privateDnsZones?api-version=2018-09-01&$skipToken=skipToken","value":[{"etag":"00000000-0000-0000-0000-000000000000","id":"/subscriptions/subscriptionId/resourceGroups/resourceGroup1/providers/Microsoft.Network/privateDnsZones/privatezone1.com","location":"global","name":"privatezone1.com","properties":{"maxNumberOfRecordSets":5000,"maxNumberOfVirtualNetworkLinks":100,"maxNumberOfVirtualNetworkLinksWithRegistration":50,"numberOfRecordSets":1,"numberOfVirtualNetworkLinks":0,"numberOfVirtualNetworkLinksWithRegistration":0,"provisioningState":"Succeeded"},"tags":{"key1":"value1"},"type":"Microsoft.Network/privateDnsZones"},{"etag":"00000000-0000-0000-0000-000000000000","id":"/subscriptions/subscriptionId/resourceGroups/resourceGroup1/providers/Microsoft.Network/privateDnsZones/privatezone2.com","location":"global","name":"privatezone2.com","properties":{"maxNumberOfRecordSets":5000,"maxNumberOfVirtualNetworkLinks":100,"maxNumberOfVirtualNetworkLinksWithRegistration":50,"numberOfRecordSets":1,"numberOfVirtualNetworkLinks":0,"numberOfVirtualNetworkLinksWithRegistration":0,"provisioningState":"Succeeded"},"type":"Microsoft.Network/privateDnsZones"}]}},"GET_Private_DNS_Zone":{"value":{"etag":"00000000-0000-0000-0000-000000000000","id":"/subscriptions/subscriptionId/resourceGroups/resourceGroup1/providers/Microsoft.Network/privateDnsZones/privatezone1.com","location":"global","name":"privatezone1.com","properties":{"maxNumberOfRecordSets":5000,"maxNumberOfVirtualNetworkLinks":100,"maxNumberOfVirtualNetworkLinksWithRegistration":50,"numberOfRecordSets":1,"numberOfVirtualNetworkLinks":0,"numberOfVirtualNetworkLinksWithRegistration":0,"provisioningState":"Succeeded"},"tags":{"key1":"value1"},"type":"Microsoft.Network/privateDnsZones"}},"PATCH_Private_DNS_Zone":{"value":{"etag":"00000000-0000-0000-0000-000000000000","id":"/subscriptions/subscriptionId/resourceGroups/resourceGroup1/providers/Microsoft.Network/privateDnsZones/privatezone1.com","location":"global","name":"privatezone1.com","properties":{"maxNumberOfRecordSets":5000,"maxNumberOfVirtualNetworkLinks":100,"maxNumberOfVirtualNetworkLinksWithRegistration":50,"numberOfRecordSets":1,"numberOfVirtualNetworkLinks":0,"numberOfVirtualNetworkLinksWithRegistration":0,"provisioningState":"Succeeded"},"tags":{"key2":"value2"},"type":"Microsoft.Network/privateDnsZones"}},"PUT_Private_DNS_Zone":{"value":{"etag":"00000000-0000-0000-0000-000000000000","id":"/subscriptions/subscriptionId/resourceGroups/resourceGroup1/providers/Microsoft.Network/privateDnsZones/privatezone1.com","location":"global","name":"privatezone1.com","properties":{"maxNumberOfRecordSets":5000,"maxNumberOfVirtualNetworkLinks":100,"maxNumberOfVirtualNetworkLinksWithRegistration":50,"numberOfRecordSets":1,"numberOfVirtualNetworkLinks":0,"numberOfVirtualNetworkLinksWithRegistration":0,"provisioningState":"Succeeded"},"tags":{"key1":"value1"},"type":"Microsoft.Network/privateDnsZones"}},"GET_Private_DNS_Zone_ALL_Record_Sets":{"value":{"nextLink":"https://management.azure.com/subscriptions/subscriptionId/resourceGroups/resourceGrou