public interface RecordSetsClient
| Modifier and Type | Method and Description |
|---|---|
RecordSetInner |
createOrUpdate(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters)
Creates or updates a record set within a Private DNS zone.
|
Mono<RecordSetInner> |
createOrUpdateAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters)
Creates or updates a record set within a Private DNS zone.
|
Mono<RecordSetInner> |
createOrUpdateAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters,
String ifMatch,
String ifNoneMatch)
Creates or updates a record set within a Private DNS zone.
|
com.azure.core.http.rest.Response<RecordSetInner> |
createOrUpdateWithResponse(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters,
String ifMatch,
String ifNoneMatch,
com.azure.core.util.Context context)
Creates or updates a record set within a Private DNS zone.
|
Mono<com.azure.core.http.rest.Response<RecordSetInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters,
String ifMatch,
String ifNoneMatch)
Creates or updates a record set within a Private DNS zone.
|
void |
delete(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName)
Deletes a record set from a Private DNS zone.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName)
Deletes a record set from a Private DNS zone.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
String ifMatch)
Deletes a record set from a Private DNS zone.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
String ifMatch,
com.azure.core.util.Context context)
Deletes a record set from a Private DNS zone.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
String ifMatch)
Deletes a record set from a Private DNS zone.
|
RecordSetInner |
get(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName)
Gets a record set.
|
Mono<RecordSetInner> |
getAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName)
Gets a record set.
|
com.azure.core.http.rest.Response<RecordSetInner> |
getWithResponse(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
com.azure.core.util.Context context)
Gets a record set.
|
Mono<com.azure.core.http.rest.Response<RecordSetInner>> |
getWithResponseAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName)
Gets a record set.
|
com.azure.core.http.rest.PagedIterable<RecordSetInner> |
list(String resourceGroupName,
String privateZoneName)
Lists all record sets in a Private DNS zone.
|
com.azure.core.http.rest.PagedIterable<RecordSetInner> |
list(String resourceGroupName,
String privateZoneName,
Integer top,
String recordsetnamesuffix,
com.azure.core.util.Context context)
Lists all record sets in a Private DNS zone.
|
com.azure.core.http.rest.PagedFlux<RecordSetInner> |
listAsync(String resourceGroupName,
String privateZoneName)
Lists all record sets in a Private DNS zone.
|
com.azure.core.http.rest.PagedFlux<RecordSetInner> |
listAsync(String resourceGroupName,
String privateZoneName,
Integer top,
String recordsetnamesuffix)
Lists all record sets in a Private DNS zone.
|
com.azure.core.http.rest.PagedIterable<RecordSetInner> |
listByType(String resourceGroupName,
String privateZoneName,
RecordType recordType)
Lists the record sets of a specified type in a Private DNS zone.
|
com.azure.core.http.rest.PagedIterable<RecordSetInner> |
listByType(String resourceGroupName,
String privateZoneName,
RecordType recordType,
Integer top,
String recordsetnamesuffix,
com.azure.core.util.Context context)
Lists the record sets of a specified type in a Private DNS zone.
|
com.azure.core.http.rest.PagedFlux<RecordSetInner> |
listByTypeAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType)
Lists the record sets of a specified type in a Private DNS zone.
|
com.azure.core.http.rest.PagedFlux<RecordSetInner> |
listByTypeAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
Integer top,
String recordsetnamesuffix)
Lists the record sets of a specified type in a Private DNS zone.
|
RecordSetInner |
update(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters)
Updates a record set within a Private DNS zone.
|
Mono<RecordSetInner> |
updateAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters)
Updates a record set within a Private DNS zone.
|
Mono<RecordSetInner> |
updateAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters,
String ifMatch)
Updates a record set within a Private DNS zone.
|
com.azure.core.http.rest.Response<RecordSetInner> |
updateWithResponse(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters,
String ifMatch,
com.azure.core.util.Context context)
Updates a record set within a Private DNS zone.
|
Mono<com.azure.core.http.rest.Response<RecordSetInner>> |
updateWithResponseAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters,
String ifMatch)
Updates a record set within a Private DNS zone.
|
Mono<com.azure.core.http.rest.Response<RecordSetInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch, String ifNoneMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - 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).relativeRecordSetName - The name of the record set, relative to the name of the zone.parameters - Describes a DNS record set (a collection of DNS records with the same name and type) in a
Private DNS zone.ifMatch - 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.ifNoneMatch - Set to '*' to allow a new record set to be created, but to prevent updating an existing record
set. Other values will be ignored.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RecordSetInner> createOrUpdateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch, String ifNoneMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - 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).relativeRecordSetName - The name of the record set, relative to the name of the zone.parameters - Describes a DNS record set (a collection of DNS records with the same name and type) in a
Private DNS zone.ifMatch - 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.ifNoneMatch - Set to '*' to allow a new record set to be created, but to prevent updating an existing record
set. Other values will be ignored.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RecordSetInner> createOrUpdateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - 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).relativeRecordSetName - The name of the record set, relative to the name of the zone.parameters - Describes a DNS record set (a collection of DNS records with the same name and type) in a
Private DNS zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RecordSetInner createOrUpdate(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - 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).relativeRecordSetName - The name of the record set, relative to the name of the zone.parameters - Describes a DNS record set (a collection of DNS records with the same name and type) in a
Private DNS zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RecordSetInner> createOrUpdateWithResponse(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch, String ifNoneMatch, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - 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).relativeRecordSetName - The name of the record set, relative to the name of the zone.parameters - Describes a DNS record set (a collection of DNS records with the same name and type) in a
Private DNS zone.ifMatch - 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.ifNoneMatch - Set to '*' to allow a new record set to be created, but to prevent updating an existing record
set. Other values will be ignored.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RecordSetInner>> updateWithResponseAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of DNS record in this record set.relativeRecordSetName - The name of the record set, relative to the name of the zone.parameters - Describes a DNS record set (a collection of DNS records with the same name and type) in a
Private DNS zone.ifMatch - 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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RecordSetInner> updateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of DNS record in this record set.relativeRecordSetName - The name of the record set, relative to the name of the zone.parameters - Describes a DNS record set (a collection of DNS records with the same name and type) in a
Private DNS zone.ifMatch - 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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RecordSetInner> updateAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of DNS record in this record set.relativeRecordSetName - The name of the record set, relative to the name of the zone.parameters - Describes a DNS record set (a collection of DNS records with the same name and type) in a
Private DNS zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RecordSetInner update(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of DNS record in this record set.relativeRecordSetName - The name of the record set, relative to the name of the zone.parameters - Describes a DNS record set (a collection of DNS records with the same name and type) in a
Private DNS zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RecordSetInner> updateWithResponse(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, RecordSetInner parameters, String ifMatch, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of DNS record in this record set.relativeRecordSetName - The name of the record set, relative to the name of the zone.parameters - Describes a DNS record set (a collection of DNS records with the same name and type) in a
Private DNS zone.ifMatch - 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.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - 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).relativeRecordSetName - The name of the record set, relative to the name of the zone.ifMatch - 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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, String ifMatch)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - 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).relativeRecordSetName - The name of the record set, relative to the name of the zone.ifMatch - 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.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - 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).relativeRecordSetName - The name of the record set, relative to the name of the zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - 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).relativeRecordSetName - The name of the record set, relative to the name of the zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, String ifMatch, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - 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).relativeRecordSetName - The name of the record set, relative to the name of the zone.ifMatch - 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.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RecordSetInner>> getWithResponseAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of DNS record in this record set.relativeRecordSetName - The name of the record set, relative to the name of the zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<RecordSetInner> getAsync(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of DNS record in this record set.relativeRecordSetName - The name of the record set, relative to the name of the zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.RecordSetInner get(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of DNS record in this record set.relativeRecordSetName - The name of the record set, relative to the name of the zone.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RecordSetInner> getWithResponse(String resourceGroupName, String privateZoneName, RecordType recordType, String relativeRecordSetName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of DNS record in this record set.relativeRecordSetName - The name of the record set, relative to the name of the zone.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<RecordSetInner> listByTypeAsync(String resourceGroupName, String privateZoneName, RecordType recordType, Integer top, String recordsetnamesuffix)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of record sets to enumerate.top - The maximum number of record sets to return. If not specified, returns up to 100 record sets.recordsetnamesuffix - 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>".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<RecordSetInner> listByTypeAsync(String resourceGroupName, String privateZoneName, RecordType recordType)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of record sets to enumerate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RecordSetInner> listByType(String resourceGroupName, String privateZoneName, RecordType recordType, Integer top, String recordsetnamesuffix, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of record sets to enumerate.top - The maximum number of record sets to return. If not specified, returns up to 100 record sets.recordsetnamesuffix - 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>".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RecordSetInner> listByType(String resourceGroupName, String privateZoneName, RecordType recordType)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).recordType - The type of record sets to enumerate.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<RecordSetInner> listAsync(String resourceGroupName, String privateZoneName, Integer top, String recordsetnamesuffix)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).top - The maximum number of record sets to return. If not specified, returns up to 100 record sets.recordsetnamesuffix - 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>".IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<RecordSetInner> listAsync(String resourceGroupName, String privateZoneName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RecordSetInner> list(String resourceGroupName, String privateZoneName, Integer top, String recordsetnamesuffix, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).top - The maximum number of record sets to return. If not specified, returns up to 100 record sets.recordsetnamesuffix - 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>".context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<RecordSetInner> list(String resourceGroupName, String privateZoneName)
resourceGroupName - The name of the resource group.privateZoneName - The name of the Private DNS zone (without a terminating dot).IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.