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 WithSystemAssignedIdentityBasedAccessOrApply withSystemAssignedManagedServiceIdentity()

Specifies that System assigned (Local) Managed Service Identity needs to be enabled in the virtual machine scale set.

abstract WithSystemAssignedIdentityBasedAccessOrApply 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:

the next stage of the update

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:

the next stage of the update

Applies to