DiskEncryptionSet.UpdateStages.WithSystemAssignedManagedServiceIdentity Interface

public static interface DiskEncryptionSet.UpdateStages.WithSystemAssignedManagedServiceIdentity

The stage of a disk encryption set update allowing to enable System Assigned Managed Service Identity.

Method Summary

Modifier and Type Method and Description
abstract Update withSystemAssignedManagedServiceIdentity()

Specifies that System Assigned Managed Service Identity needs to be enabled in the disk encryption set.

abstract Update withoutSystemAssignedManagedServiceIdentity()

Specifies that System Assigned (Local) Managed Service Identity needs to be disabled in the disk encryption set.

Method Details

withSystemAssignedManagedServiceIdentity

public abstract DiskEncryptionSet.Update withSystemAssignedManagedServiceIdentity()

Specifies that System Assigned Managed Service Identity needs to be enabled in the disk encryption set.

Returns:

the next stage of the update

withoutSystemAssignedManagedServiceIdentity

public abstract DiskEncryptionSet.Update withoutSystemAssignedManagedServiceIdentity()

Specifies that System Assigned (Local) Managed Service Identity needs to be disabled in the disk encryption set.

Returns:

the next stage of the update

Applies to