| Package | Description |
|---|---|
| com.azure.resourcemanager.dns.fluent |
Package containing the service clients for DnsManagementClient.
|
| com.azure.resourcemanager.dns.fluent.models |
Package containing the inner data models for DnsManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ZoneInner |
ZonesClient.createOrUpdate(String resourceGroupName,
String zoneName,
ZoneInner parameters)
Creates or updates a DNS zone.
|
ZoneInner |
ZonesClient.getByResourceGroup(String resourceGroupName,
String zoneName)
Gets a DNS zone.
|
ZoneInner |
ZonesClient.update(String resourceGroupName,
String zoneName)
Updates a DNS zone.
|
| Modifier and Type | Method and Description |
|---|---|
ZoneInner |
ZonesClient.createOrUpdate(String resourceGroupName,
String zoneName,
ZoneInner parameters)
Creates or updates a DNS zone.
|
Mono<ZoneInner> |
ZonesClient.createOrUpdateAsync(String resourceGroupName,
String zoneName,
ZoneInner parameters)
Creates or updates a DNS zone.
|
Mono<ZoneInner> |
ZonesClient.createOrUpdateAsync(String resourceGroupName,
String zoneName,
ZoneInner parameters,
String ifMatch,
String ifNoneMatch)
Creates or updates a DNS zone.
|
com.azure.core.http.rest.Response<ZoneInner> |
ZonesClient.createOrUpdateWithResponse(String resourceGroupName,
String zoneName,
ZoneInner parameters,
String ifMatch,
String ifNoneMatch,
com.azure.core.util.Context context)
Creates or updates a DNS zone.
|
Mono<com.azure.core.http.rest.Response<ZoneInner>> |
ZonesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String zoneName,
ZoneInner parameters,
String ifMatch,
String ifNoneMatch)
Creates or updates a DNS zone.
|
| Modifier and Type | Method and Description |
|---|---|
ZoneInner |
ZoneInner.withEtag(String etag)
Set the etag property: The etag of the zone.
|
ZoneInner |
ZoneInner.withRegistrationVirtualNetworks(List<com.azure.core.management.SubResource> registrationVirtualNetworks)
Set the registrationVirtualNetworks property: A list of references to virtual networks that register hostnames in
this DNS zone.
|
ZoneInner |
ZoneInner.withResolutionVirtualNetworks(List<com.azure.core.management.SubResource> resolutionVirtualNetworks)
Set the resolutionVirtualNetworks property: A list of references to virtual networks that resolve records in this
DNS zone.
|
ZoneInner |
ZoneInner.withZoneType(ZoneType zoneType)
Set the zoneType property: The type of this DNS zone (Public or Private).
|
Copyright © 2021 Microsoft Corporation. All rights reserved.