GetObjectReplicationPolicyResult

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.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, destinationAccount: String, enabledTime: String, id: String, metrics: ObjectReplicationPolicyPropertiesResponseMetrics? = null, name: String, policyId: String, rules: List<ObjectReplicationPolicyRuleResponse>? = null, sourceAccount: String, type: String)

Types

Link copied to clipboard
object Companion

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
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Optional. The object replication policy metrics feature options.

Link copied to clipboard

The name of the resource

Link copied to clipboard

A unique id for object replication policy.

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.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"