Interface VirtualNetworkLink.DefinitionStages.WithAutoRegistration<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
VirtualNetworkLink.Definition<ParentT>,VirtualNetworkLink.DefinitionStages.Blank<ParentT>,VirtualNetworkLink.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- VirtualNetworkLink.DefinitionStages
public static interface VirtualNetworkLink.DefinitionStages.WithAutoRegistration<ParentT>The stage of the record set definition allowing to manage auto-registration of the virtual network records.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkLink.DefinitionStages.WithAttach<ParentT>disableAutoRegistration()Disables auto-registration for virtual network records.VirtualNetworkLink.DefinitionStages.WithAttach<ParentT>enableAutoRegistration()Enables auto-registration for virtual network records.
-
-
-
Method Detail
-
enableAutoRegistration
VirtualNetworkLink.DefinitionStages.WithAttach<ParentT> enableAutoRegistration()
Enables auto-registration for virtual network records.- Returns:
- the next stage of the definition
-
disableAutoRegistration
VirtualNetworkLink.DefinitionStages.WithAttach<ParentT> disableAutoRegistration()
Disables auto-registration for virtual network records.- Returns:
- the next stage of the definition
-
-