Interface StorageAccount.UpdateStages.WithDefaultToOAuthAuthentication
- All Known Subinterfaces:
StorageAccount.Update
- Enclosing interface:
- StorageAccount.UpdateStages
public static interface StorageAccount.UpdateStages.WithDefaultToOAuthAuthentication
The stage of storage account update allowing to configure default to oauth authentication.
-
Method Summary
Modifier and TypeMethodDescriptionDisables default to oauth authentication.Allows default to oauth authentication, configured by individual containers.
-
Method Details
-
enableDefaultToOAuthAuthentication
StorageAccount.Update enableDefaultToOAuthAuthentication()Allows default to oauth authentication, configured by individual containers.- Returns:
- the next stage of storage account update
-
disableDefaultToOAuthAuthentication
StorageAccount.Update disableDefaultToOAuthAuthentication()Disables default to oauth authentication. Disabling in storage account overrides the default to oauth authentication settings for individual containers.- Returns:
- the next stage of storage account update
-