| Package | Description |
|---|---|
| com.azure.resourcemanager.dns.fluent |
Package containing the service clients for DnsManagementClient.
|
| com.azure.resourcemanager.dns.models |
Package containing the data models for DnsManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RecordSetInner |
RecordSetsClient.createOrUpdate(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
RecordSetInner parameters)
Creates or updates a record set within a DNS zone.
|
Mono<RecordSetInner> |
RecordSetsClient.createOrUpdateAsync(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
RecordSetInner parameters)
Creates or updates a record set within a DNS zone.
|
Mono<RecordSetInner> |
RecordSetsClient.createOrUpdateAsync(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
RecordSetInner parameters,
String ifMatch,
String ifNoneMatch)
Creates or updates a record set within a DNS zone.
|
com.azure.core.http.rest.Response<RecordSetInner> |
RecordSetsClient.createOrUpdateWithResponse(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
RecordSetInner parameters,
String ifMatch,
String ifNoneMatch,
com.azure.core.util.Context context)
Creates or updates a record set within a DNS zone.
|
Mono<com.azure.core.http.rest.Response<RecordSetInner>> |
RecordSetsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
RecordSetInner parameters,
String ifMatch,
String ifNoneMatch)
Creates or updates a record set within a DNS zone.
|
void |
RecordSetsClient.delete(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType)
Deletes a record set from a DNS zone.
|
Mono<Void> |
RecordSetsClient.deleteAsync(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType)
Deletes a record set from a DNS zone.
|
Mono<Void> |
RecordSetsClient.deleteAsync(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
String ifMatch)
Deletes a record set from a DNS zone.
|
com.azure.core.http.rest.Response<Void> |
RecordSetsClient.deleteWithResponse(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
String ifMatch,
com.azure.core.util.Context context)
Deletes a record set from a DNS zone.
|
Mono<com.azure.core.http.rest.Response<Void>> |
RecordSetsClient.deleteWithResponseAsync(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
String ifMatch)
Deletes a record set from a DNS zone.
|
RecordSetInner |
RecordSetsClient.get(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType)
Gets a record set.
|
Mono<RecordSetInner> |
RecordSetsClient.getAsync(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType)
Gets a record set.
|
com.azure.core.http.rest.Response<RecordSetInner> |
RecordSetsClient.getWithResponse(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
com.azure.core.util.Context context)
Gets a record set.
|
Mono<com.azure.core.http.rest.Response<RecordSetInner>> |
RecordSetsClient.getWithResponseAsync(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType)
Gets a record set.
|
com.azure.core.http.rest.PagedIterable<RecordSetInner> |
RecordSetsClient.listByType(String resourceGroupName,
String zoneName,
RecordType recordType)
Lists the record sets of a specified type in a DNS zone.
|
com.azure.core.http.rest.PagedIterable<RecordSetInner> |
RecordSetsClient.listByType(String resourceGroupName,
String zoneName,
RecordType recordType,
Integer top,
String recordsetnamesuffix,
com.azure.core.util.Context context)
Lists the record sets of a specified type in a DNS zone.
|
com.azure.core.http.rest.PagedFlux<RecordSetInner> |
RecordSetsClient.listByTypeAsync(String resourceGroupName,
String zoneName,
RecordType recordType)
Lists the record sets of a specified type in a DNS zone.
|
com.azure.core.http.rest.PagedFlux<RecordSetInner> |
RecordSetsClient.listByTypeAsync(String resourceGroupName,
String zoneName,
RecordType recordType,
Integer top,
String recordsetnamesuffix)
Lists the record sets of a specified type in a DNS zone.
|
RecordSetInner |
RecordSetsClient.update(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
RecordSetInner parameters)
Updates a record set within a DNS zone.
|
Mono<RecordSetInner> |
RecordSetsClient.updateAsync(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
RecordSetInner parameters)
Updates a record set within a DNS zone.
|
Mono<RecordSetInner> |
RecordSetsClient.updateAsync(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
RecordSetInner parameters,
String ifMatch)
Updates a record set within a DNS zone.
|
com.azure.core.http.rest.Response<RecordSetInner> |
RecordSetsClient.updateWithResponse(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
RecordSetInner parameters,
String ifMatch,
com.azure.core.util.Context context)
Updates a record set within a DNS zone.
|
Mono<com.azure.core.http.rest.Response<RecordSetInner>> |
RecordSetsClient.updateWithResponseAsync(String resourceGroupName,
String zoneName,
String relativeRecordSetName,
RecordType recordType,
RecordSetInner parameters,
String ifMatch)
Updates a record set within a DNS zone.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordType |
RecordType.fromString(String value)
Parses a serialized value to a RecordType instance.
|
RecordType |
DnsRecordSet.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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.