@Beta(value=V1_9_0)
public static interface DnsZone.UpdateStages.WithZoneType
| Modifier and Type | Method and Description |
|---|---|
DnsZone.Update |
withPrivateAccess()
Sets the type of this zone to Private.
|
DnsZone.Update |
withPrivateAccess(List<String> registrationVirtualNetworkIds,
List<String> resolutionVirtualNetworkIds)
Sets the type of this zone to Private.
|
DnsZone.Update |
withPublicAccess()
Sets the type of this zone to Public (default behavior).
|
@Beta(value=V1_9_0) DnsZone.Update withPublicAccess()
@Beta(value=V1_9_0) DnsZone.Update withPrivateAccess()
@Beta(value=V1_9_0) DnsZone.Update withPrivateAccess(List<String> registrationVirtualNetworkIds, List<String> resolutionVirtualNetworkIds)
registrationVirtualNetworkIds - a list of references to virtual networks that register hostnames in this DNS zone.resolutionVirtualNetworkIds - a list of references to virtual networks that resolve records in this DNS zone./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/