Interface VirtualNetworkLink.DefinitionStages
-
- Enclosing interface:
- VirtualNetworkLink
public static interface VirtualNetworkLink.DefinitionStagesGrouping of virtual network link definition stages as a part of parent DNS zone definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVirtualNetworkLink.DefinitionStages.Blank<ParentT>The first stage of a virtual network link definition.static interfaceVirtualNetworkLink.DefinitionStages.WithAttach<ParentT>The final stage of the DNS zone record set definition.static interfaceVirtualNetworkLink.DefinitionStages.WithAutoRegistration<ParentT>The stage of the record set definition allowing to manage auto-registration of the virtual network records.static interfaceVirtualNetworkLink.DefinitionStages.WithETagCheck<ParentT>The stage of the record set definition allowing to enable ETag validation.static interfaceVirtualNetworkLink.DefinitionStages.WithReferencedVirtualNetwork<ParentT>The stage of the record set definition allowing to reference the virtual network.
-