| Package | Description |
|---|---|
| com.azure.resourcemanager.privatedns.fluent |
Package containing the service clients for PrivateDnsManagementClient.
|
| com.azure.resourcemanager.privatedns.fluent.models |
Package containing the inner 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.
|
RecordSetInner |
RecordSetsClient.get(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName)
Gets a record set.
|
RecordSetInner |
RecordSetsClient.update(String resourceGroupName,
String privateZoneName,
RecordType recordType,
String relativeRecordSetName,
RecordSetInner parameters)
Updates a record set within a Private DNS zone.
|
| 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.
|
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 |
|---|---|
RecordSetInner |
RecordSetInner.withAaaaRecords(List<AaaaRecord> aaaaRecords)
Set the aaaaRecords property: The list of AAAA records in the record set.
|
RecordSetInner |
RecordSetInner.withARecords(List<ARecord> aRecords)
Set the aRecords property: The list of A records in the record set.
|
RecordSetInner |
RecordSetInner.withCnameRecord(CnameRecord cnameRecord)
Set the cnameRecord property: The CNAME record in the record set.
|
RecordSetInner |
RecordSetInner.withEtag(String etag)
Set the etag property: The ETag of the record set.
|
RecordSetInner |
RecordSetInner.withMetadata(Map<String,String> metadata)
Set the metadata property: The metadata attached to the record set.
|
RecordSetInner |
RecordSetInner.withMxRecords(List<MxRecord> mxRecords)
Set the mxRecords property: The list of MX records in the record set.
|
RecordSetInner |
RecordSetInner.withPtrRecords(List<PtrRecord> ptrRecords)
Set the ptrRecords property: The list of PTR records in the record set.
|
RecordSetInner |
RecordSetInner.withSoaRecord(SoaRecord soaRecord)
Set the soaRecord property: The SOA record in the record set.
|
RecordSetInner |
RecordSetInner.withSrvRecords(List<SrvRecord> srvRecords)
Set the srvRecords property: The list of SRV records in the record set.
|
RecordSetInner |
RecordSetInner.withTtl(Long ttl)
Set the ttl property: The TTL (time-to-live) of the records in the record set.
|
RecordSetInner |
RecordSetInner.withTxtRecords(List<TxtRecord> txtRecords)
Set the txtRecords property: The list of TXT records in the record set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.