| Package | Description |
|---|---|
| com.azure.resourcemanager.privatedns.fluent |
Package containing the service clients for PrivateDnsManagementClient.
|
| com.azure.resourcemanager.privatedns.models |
Package containing the data models for PrivateDnsManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RecordSetInner |
RecordSetsClient.createOrUpdate(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters)
Creates or updates a record set within a Private DNS zone.
|
Mono<RecordSetInner> |
RecordSetsClient.createOrUpdateAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters)
Creates or updates a record set within a Private DNS zone.
|
Mono<RecordSetInner> |
RecordSetsClient.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> |
RecordSetsClient.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>> |
RecordSetsClient.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 |
RecordSetsClient.delete(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName)
Deletes a record set from a Private DNS zone.
|
Mono<Void> |
RecordSetsClient.deleteAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName)
Deletes a record set from a Private DNS zone.
|
Mono<Void> |
RecordSetsClient.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> |
RecordSetsClient.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>> |
RecordSetsClient.deleteWithResponseAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
String ifMatch)
Deletes a record set from a Private DNS zone.
|
RecordSetInner |
RecordSetsClient.get(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName)
Gets a record set.
|
Mono<RecordSetInner> |
RecordSetsClient.getAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName)
Gets a record set.
|
com.azure.core.http.rest.Response<RecordSetInner> |
RecordSetsClient.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>> |
RecordSetsClient.getWithResponseAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName)
Gets a record set.
|
com.azure.core.http.rest.PagedIterable<RecordSetInner> |
RecordSetsClient.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> |
RecordSetsClient.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> |
RecordSetsClient.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> |
RecordSetsClient.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 |
RecordSetsClient.update(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters)
Updates a record set within a Private DNS zone.
|
Mono<RecordSetInner> |
RecordSetsClient.updateAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters)
Updates a record set within a Private DNS zone.
|
Mono<RecordSetInner> |
RecordSetsClient.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> |
RecordSetsClient.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>> |
RecordSetsClient.updateWithResponseAsync(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters,
String ifMatch)
Updates a record set within a Private DNS zone.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordType |
RecordType.fromString(String value)
Parses a serialized value to a RecordType instance.
|
RecordType |
PrivateDnsRecordSet.recordType() |
static RecordType |
RecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordType[] |
RecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.