Interface StorageAccount.UpdateStages.WithAllowCrossTenantReplication
- All Known Subinterfaces:
StorageAccount.Update
- Enclosing interface:
- StorageAccount.UpdateStages
public static interface StorageAccount.UpdateStages.WithAllowCrossTenantReplication
The stage of storage account update allowing to allow cross tenant replication.
-
Method Summary
Modifier and TypeMethodDescriptionAllows to allow cross tenant replication, configured by individual containers.Disables cross tenant replication.
-
Method Details
-
allowCrossTenantReplication
StorageAccount.Update allowCrossTenantReplication()Allows to allow cross tenant replication, configured by individual containers.- Returns:
- the next stage of storage account update
-
disallowCrossTenantReplication
StorageAccount.Update disallowCrossTenantReplication()Disables cross tenant replication. Disabling in storage account overrides the cross tenant replication settings for individual containers.- Returns:
- the next stage of storage account update
-