VirtualNetworkLink.UpdateStages.WithRegistrationEnabled Interface

public static interface VirtualNetworkLink.UpdateStages.WithRegistrationEnabled

The stage of the virtualnetworklink update allowing to specify RegistrationEnabled.

Method Summary

Modifier and Type Method and Description
abstract Update withRegistrationEnabled(Boolean registrationEnabled)

Specifies registrationEnabled.

Method Details

public abstract VirtualNetworkLink.Update withRegistrationEnabled(Boolean registrationEnabled)

Specifies registrationEnabled.

Parameters:

registrationEnabled - Is auto-registration of virtual machine records in the virtual network in the Private DNS zone enabled?

Returns:

the next update stage

Applies to