Get Object Replication Policy Result
data class GetObjectReplicationPolicyResult(val azureApiVersion: String, val destinationAccount: String, val enabledTime: String, val id: String, val metrics: ObjectReplicationPolicyPropertiesResponseMetrics? = null, val name: String, val policyId: String, val rules: List<ObjectReplicationPolicyRuleResponse>? = null, val sourceAccount: String, val type: String)
The replication policy between two storage accounts. Multiple rules can be defined in one policy.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Required. Destination account name. It should be full resource id if allowCrossTenantReplication set to false.
Link copied to clipboard
Indicates when the policy is enabled on the source account.
Link copied to clipboard
Optional. The object replication policy metrics feature options.
Link copied to clipboard
The storage account object replication rules.
Link copied to clipboard
Required. Source account name. It should be full resource id if allowCrossTenantReplication set to false.