Interface VirtualNetworkLink.UpdateStages.WithAutoRegistration
- All Known Subinterfaces:
VirtualNetworkLink.Update
- Enclosing interface:
VirtualNetworkLink.UpdateStages
public static interface VirtualNetworkLink.UpdateStages.WithAutoRegistration
The stage of the virtual network link update 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.Update enableAutoRegistration()Enables auto-registration for virtual network records.- Returns:
- the next stage of the virtual network link update
-
disableAutoRegistration
VirtualNetworkLink.Update disableAutoRegistration()Disables auto-registration for virtual network records.- Returns:
- the next stage of the virtual network link update
-