Uses of Class
com.azure.resourcemanager.storage.fluent.models.ObjectReplicationPolicyInner
Packages that use ObjectReplicationPolicyInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
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 ObjectReplicationPolicyInnerModifier and TypeMethodDescriptionObjectReplicationPoliciesOperationsClient.createOrUpdate(String resourceGroupName, String accountName, String objectReplicationPolicyId, ObjectReplicationPolicyInner properties) Create or update the object replication policy of the storage account.ObjectReplicationPoliciesOperationsClient.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 ObjectReplicationPolicyInnerModifier and TypeMethodDescriptionObjectReplicationPoliciesOperationsClient.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.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> 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> List the object replication policies associated with the storage account.Methods in com.azure.resourcemanager.storage.fluent with parameters of type ObjectReplicationPolicyInnerModifier and TypeMethodDescriptionObjectReplicationPoliciesOperationsClient.createOrUpdate(String resourceGroupName, String accountName, String objectReplicationPolicyId, ObjectReplicationPolicyInner properties) Create or update the object replication policy of the storage account.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 ObjectReplicationPolicyInnerModifier and TypeMethodDescriptionstatic ObjectReplicationPolicyInnerObjectReplicationPolicyInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ObjectReplicationPolicyInner from the JsonReader.ObjectReplicationPolicyInner.withDestinationAccount(String destinationAccount) Set the destinationAccount property: Required.ObjectReplicationPolicyInner.withMetrics(ObjectReplicationPolicyPropertiesMetrics metrics) Set the metrics property: Optional.ObjectReplicationPolicyInner.withRules(List<ObjectReplicationPolicyRule> rules) Set the rules property: The storage account object replication rules.ObjectReplicationPolicyInner.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 ObjectReplicationPolicyInnerModifier and TypeMethodDescriptionObjectReplicationPolicies.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 ObjectReplicationPolicyInnerModifier and TypeMethodDescriptionObjectReplicationPolicies.withValue(List<ObjectReplicationPolicyInner> value) Set the value property: The replication policy between two storage accounts.