Uses of Class
com.azure.resourcemanager.storage.fluent.models.ObjectReplicationPolicyInner
-
Packages that use ObjectReplicationPolicyInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ObjectReplicationPolicyInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return ObjectReplicationPolicyInner Modifier and Type Method Description ObjectReplicationPolicyInnerObjectReplicationPoliciesOperationsClient. createOrUpdate(String resourceGroupName, String accountName, String objectReplicationPolicyId, ObjectReplicationPolicyInner properties)Create or update the object replication policy of the storage account.ObjectReplicationPolicyInnerObjectReplicationPoliciesOperationsClient. get(String resourceGroupName, String accountName, String objectReplicationPolicyId)Get the object replication policy of the storage account by policy ID.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type ObjectReplicationPolicyInner Modifier and Type Method Description Mono<ObjectReplicationPolicyInner>ObjectReplicationPoliciesOperationsClient. createOrUpdateAsync(String resourceGroupName, String accountName, String objectReplicationPolicyId, ObjectReplicationPolicyInner properties)Create or update the object replication policy of the storage account.com.azure.core.http.rest.Response<ObjectReplicationPolicyInner>ObjectReplicationPoliciesOperationsClient. createOrUpdateWithResponse(String resourceGroupName, String accountName, String objectReplicationPolicyId, ObjectReplicationPolicyInner properties, com.azure.core.util.Context context)Create or update the object replication policy of the storage account.Mono<com.azure.core.http.rest.Response<ObjectReplicationPolicyInner>>ObjectReplicationPoliciesOperationsClient. createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, String objectReplicationPolicyId, ObjectReplicationPolicyInner properties)Create or update the object replication policy of the storage account.Mono<ObjectReplicationPolicyInner>ObjectReplicationPoliciesOperationsClient. getAsync(String resourceGroupName, String accountName, String objectReplicationPolicyId)Get the object replication policy of the storage account by policy ID.com.azure.core.http.rest.Response<ObjectReplicationPolicyInner>ObjectReplicationPoliciesOperationsClient. getWithResponse(String resourceGroupName, String accountName, String objectReplicationPolicyId, com.azure.core.util.Context context)Get the object replication policy of the storage account by policy ID.Mono<com.azure.core.http.rest.Response<ObjectReplicationPolicyInner>>ObjectReplicationPoliciesOperationsClient. getWithResponseAsync(String resourceGroupName, String accountName, String objectReplicationPolicyId)Get the object replication policy of the storage account by policy ID.com.azure.core.http.rest.PagedIterable<ObjectReplicationPolicyInner>ObjectReplicationPoliciesOperationsClient. list(String resourceGroupName, String accountName)List the object replication policies associated with the storage account.com.azure.core.http.rest.PagedIterable<ObjectReplicationPolicyInner>ObjectReplicationPoliciesOperationsClient. list(String resourceGroupName, String accountName, com.azure.core.util.Context context)List the object replication policies associated with the storage account.com.azure.core.http.rest.PagedFlux<ObjectReplicationPolicyInner>ObjectReplicationPoliciesOperationsClient. listAsync(String resourceGroupName, String accountName)List the object replication policies associated with the storage account.Methods in com.azure.resourcemanager.storage.fluent with parameters of type ObjectReplicationPolicyInner Modifier and Type Method Description ObjectReplicationPolicyInnerObjectReplicationPoliciesOperationsClient. createOrUpdate(String resourceGroupName, String accountName, String objectReplicationPolicyId, ObjectReplicationPolicyInner properties)Create or update the object replication policy of the storage account.Mono<ObjectReplicationPolicyInner>ObjectReplicationPoliciesOperationsClient. createOrUpdateAsync(String resourceGroupName, String accountName, String objectReplicationPolicyId, ObjectReplicationPolicyInner properties)Create or update the object replication policy of the storage account.com.azure.core.http.rest.Response<ObjectReplicationPolicyInner>ObjectReplicationPoliciesOperationsClient. createOrUpdateWithResponse(String resourceGroupName, String accountName, String objectReplicationPolicyId, ObjectReplicationPolicyInner properties, com.azure.core.util.Context context)Create or update the object replication policy of the storage account.Mono<com.azure.core.http.rest.Response<ObjectReplicationPolicyInner>>ObjectReplicationPoliciesOperationsClient. createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, String objectReplicationPolicyId, ObjectReplicationPolicyInner properties)Create or update the object replication policy of the storage account. -
Uses of ObjectReplicationPolicyInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ObjectReplicationPolicyInner Modifier and Type Method Description ObjectReplicationPolicyInnerObjectReplicationPolicyInner. withDestinationAccount(String destinationAccount)Set the destinationAccount property: Required.ObjectReplicationPolicyInnerObjectReplicationPolicyInner. withRules(List<ObjectReplicationPolicyRule> rules)Set the rules property: The storage account object replication rules.ObjectReplicationPolicyInnerObjectReplicationPolicyInner. withSourceAccount(String sourceAccount)Set the sourceAccount property: Required. -
Uses of ObjectReplicationPolicyInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type ObjectReplicationPolicyInner Modifier and Type Method Description List<ObjectReplicationPolicyInner>ObjectReplicationPolicies. value()Get the value property: The replication policy between two storage accounts.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type ObjectReplicationPolicyInner Modifier and Type Method Description ObjectReplicationPoliciesObjectReplicationPolicies. withValue(List<ObjectReplicationPolicyInner> value)Set the value property: The replication policy between two storage accounts.
-