Get Object Replication Policy Result
data class GetObjectReplicationPolicyResult(val destinationAccount: String, val enabledTime: String, val id: String, 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
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
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.