你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |
withoutSystemAssignedManagedServiceIdentity()
Specifies that System Assigned (Local) Managed Service Identity needs to be disabled in the disk encryption set. |
abstract Update |
withSystemAssignedManagedServiceIdentity()
Specifies that System Assigned Managed Service Identity needs to be enabled in the disk encryption set. |
Method Details
withoutSystemAssignedManagedServiceIdentity
public abstract DiskEncryptionSet.Update withoutSystemAssignedManagedServiceIdentity()
Specifies that System Assigned (Local) Managed Service Identity needs to be disabled in the disk encryption set.
Returns:
withSystemAssignedManagedServiceIdentity
public abstract DiskEncryptionSet.Update withSystemAssignedManagedServiceIdentity()
Specifies that System Assigned Managed Service Identity needs to be enabled in the disk encryption set.
Returns: