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
Modifier and TypeMethodDescriptionDisables auto-registration for virtual network records.Enables auto-registration for virtual network records.
-
Method Details
-
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
-