Interface VirtualNetworkLink.UpdateDefinitionStages.WithAutoRegistration<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
VirtualNetworkLink.UpdateDefinition<ParentT>,VirtualNetworkLink.UpdateDefinitionStages.Blank<ParentT>,VirtualNetworkLink.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- VirtualNetworkLink.UpdateDefinitionStages
public static interface VirtualNetworkLink.UpdateDefinitionStages.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.UpdateDefinitionStages.WithAttach<ParentT> enableAutoRegistration()Enables auto-registration for virtual network records.- Returns:
- the next stage of the definition
-
disableAutoRegistration
VirtualNetworkLink.UpdateDefinitionStages.WithAttach<ParentT> disableAutoRegistration()Disables auto-registration for virtual network records.- Returns:
- the next stage of the definition
-