public static interface PrivateDnsZone.UpdateStages.WithVirtualNetworkLink
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkLink.UpdateDefinitionStages.Blank<PrivateDnsZone.Update> |
defineVirtualNetworkLink(String name)
Specifies definition of a virtual network link to be attached to the private DNS zone.
|
VirtualNetworkLink.Update |
updateVirtualNetworkLink(String name)
Begins the description of an update of an existing virtual network link in this DNS zone.
|
PrivateDnsZone.Update |
withoutVirtualNetworkLink(String name)
Removes a virtual network link in the private DNS zone.
|
PrivateDnsZone.Update |
withoutVirtualNetworkLink(String name,
String etagValue)
Removes a virtual network link in the private DNS zone.
|
VirtualNetworkLink.UpdateDefinitionStages.Blank<PrivateDnsZone.Update> defineVirtualNetworkLink(String name)
name - the name of the virtual network linkVirtualNetworkLink.Update updateVirtualNetworkLink(String name)
name - the name of the virtual network linkPrivateDnsZone.Update withoutVirtualNetworkLink(String name)
name - name of the virtual network linkPrivateDnsZone.Update withoutVirtualNetworkLink(String name, String etagValue)
name - name of the virtual network linketagValue - the etag to use for concurrent protectionCopyright © 2020 Microsoft Corporation. All rights reserved.