VirtualMachineScaleSet.UpdateStages.WithSystemAssignedManagedServiceIdentity Interface
public static interface VirtualMachineScaleSet.UpdateStages.WithSystemAssignedManagedServiceIdentity
The stage of the virtual machine scale set update allowing to enable System Assigned (Local) Managed Service Identity.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withSystemAssignedManagedServiceIdentity()
Specifies that System assigned (Local) Managed Service Identity needs to be enabled in the virtual machine scale set. |
abstract
With |
withoutSystemAssignedManagedServiceIdentity()
Specifies that System assigned (Local) Managed Service Identity needs to be disabled in the virtual machine scale set. |
Method Details
withSystemAssignedManagedServiceIdentity
public abstract VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply withSystemAssignedManagedServiceIdentity()
Specifies that System assigned (Local) Managed Service Identity needs to be enabled in the virtual machine scale set.
Returns:
withoutSystemAssignedManagedServiceIdentity
public abstract VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply withoutSystemAssignedManagedServiceIdentity()
Specifies that System assigned (Local) Managed Service Identity needs to be disabled in the virtual machine scale set.
Returns:
Applies to
Azure SDK for Java