Skip to main content

object_replication_policies

Overview

Nameobject_replication_policies
TypeResource
Idazure.storage.object_replication_policies

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
propertiesobjectThe Storage Account ObjectReplicationPolicy properties.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
getSELECTaccountName, objectReplicationPolicyId, resourceGroupName, subscriptionIdGet the object replication policy of the storage account by policy ID.
listSELECTaccountName, resourceGroupName, subscriptionIdList the object replication policies associated with the storage account.
create_or_updateINSERTaccountName, objectReplicationPolicyId, resourceGroupName, subscriptionIdCreate or update the object replication policy of the storage account.
deleteDELETEaccountName, objectReplicationPolicyId, resourceGroupName, subscriptionIdDeletes the object replication policy associated with the specified storage account.
_listEXECaccountName, resourceGroupName, subscriptionIdList the object replication policies associated with the storage account.