| Modifier and Type | Interface and Description |
|---|---|
static interface |
DnsZone.Definition
The entirety of the DNS zone definition.
|
| Modifier and Type | Method and Description |
|---|---|
DnsZone.DefinitionStages.WithCreate |
DnsZone.DefinitionStages.WithRecordSet.withCNameRecordSet(String name,
String alias)
Specifies definition of a CNAME record set.
|
DnsZone.DefinitionStages.WithCreate |
DnsZone.DefinitionStages.WithETagCheck.withETagCheck()
Specifies that If-None-Match header needs to set to * to prevent updating an existing DNS zone.
|
DnsZone.DefinitionStages.WithCreate |
DnsZone.DefinitionStages.WithZoneType.withPrivateAccess()
Sets the type of this zone to Private.
|
DnsZone.DefinitionStages.WithCreate |
DnsZone.DefinitionStages.WithZoneType.withPrivateAccess(List<String> registrationVirtualNetworkIds,
List<String> resolutionVirtualNetworkIds)
Sets the type of this zone to Private.
|
DnsZone.DefinitionStages.WithCreate |
DnsZone.DefinitionStages.WithZoneType.withPublicAccess()
Sets the type of this zone to Public (default behavior).
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/