Interface StorageAccount.UpdateStages.WithManagedServiceIdentity

All Known Subinterfaces:
StorageAccount.Update
Enclosing interface:
StorageAccount.UpdateStages

public static interface StorageAccount.UpdateStages.WithManagedServiceIdentity
The stage of the storage account update allowing to enable managed service identity (MSI).
  • Method Details

    • withSystemAssignedManagedServiceIdentity

      StorageAccount.Update withSystemAssignedManagedServiceIdentity()
      Specifies that implicit managed service identity (MSI) needs to be enabled.
      Returns:
      the next stage of storage account update
    • withoutSystemAssignedManagedServiceIdentity

      StorageAccount.Update withoutSystemAssignedManagedServiceIdentity()
      Specifies that a system assigned identity associated with the storage account should be removed.
      Returns:
      the next stage of the storage account update