@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api PrivateDnsManagementClient
@base https://management.azure.com
@version 2018-09-01
@auth OAuth2
@common_fields {api-version: any, subscriptionId: any}
@endpoints 17
@toc subscriptions(17)

@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}
@required {resourceGroupName: any, privateZoneName: any, parameters: any}
@optional {If-Match: any, If-None-Match: any}
@returns(200)
@returns(201)
@returns(202)

@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}
@required {resourceGroupName: any, privateZoneName: any, parameters: any}
@optional {If-Match: any}
@returns(200)
@returns(202)

@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}
@required {resourceGroupName: any, privateZoneName: any}
@optional {If-Match: any}
@returns(200)
@returns(202)
@returns(204)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}
@required {resourceGroupName: any, privateZoneName: any}
@returns(200)

@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Network/privateDnsZones
@optional {$top: any}
@returns(200)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones
@required {resourceGroupName: any}
@optional {$top: any}
@returns(200)

@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks/{virtualNetworkLinkName}
@required {resourceGroupName: any, privateZoneName: any, virtualNetworkLinkName: any, parameters: any}
@optional {If-Match: any, If-None-Match: any}
@returns(200)
@returns(201)
@returns(202)

@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks/{virtualNetworkLinkName}
@required {resourceGroupName: any, privateZoneName: any, virtualNetworkLinkName: any, parameters: any}
@optional {If-Match: any}
@returns(200)
@returns(202)

@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks/{virtualNetworkLinkName}
@required {resourceGroupName: any, privateZoneName: any, virtualNetworkLinkName: any}
@optional {If-Match: any}
@returns(200)
@returns(202)
@returns(204)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks/{virtualNetworkLinkName}
@required {resourceGroupName: any, privateZoneName: any, virtualNetworkLinkName: any}
@returns(200)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/virtualNetworkLinks
@required {resourceGroupName: any, privateZoneName: any}
@optional {$top: any}
@returns(200)

@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{relativeRecordSetName}
@required {resourceGroupName: any, privateZoneName: any, recordType: any, relativeRecordSetName: any, parameters: any}
@optional {If-Match: any, If-None-Match: any}
@returns(200)
@returns(201)

@endpoint PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{relativeRecordSetName}
@required {resourceGroupName: any, privateZoneName: any, recordType: any, relativeRecordSetName: any, parameters: any}
@optional {If-Match: any}
@returns(200)

@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{relativeRecordSetName}
@required {resourceGroupName: any, privateZoneName: any, recordType: any, relativeRecordSetName: any}
@optional {If-Match: any}
@returns(200)
@returns(204)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}/{relativeRecordSetName}
@required {resourceGroupName: any, privateZoneName: any, recordType: any, relativeRecordSetName: any}
@returns(200)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/{recordType}
@required {resourceGroupName: any, privateZoneName: any, recordType: any}
@optional {$top: any, $recordsetnamesuffix: any}
@returns(200)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateDnsZones/{privateZoneName}/ALL
@required {resourceGroupName: any, privateZoneName: any}
@optional {$top: any, $recordsetnamesuffix: any}
@returns(200)

@end
