你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ObjectReplicationPolicyRule Class

Definition

The replication policy rule between two containers.

public class ObjectReplicationPolicyRule
type ObjectReplicationPolicyRule = class
Public Class ObjectReplicationPolicyRule
Inheritance
ObjectReplicationPolicyRule

Constructors

ObjectReplicationPolicyRule()

Initializes a new instance of the ObjectReplicationPolicyRule class.

ObjectReplicationPolicyRule(String, String, String, ObjectReplicationPolicyFilter)

Initializes a new instance of the ObjectReplicationPolicyRule class.

Properties

DestinationContainer

Gets or sets required. Destination container name.

Filters

Gets or sets optional. An object that defines the filter set.

RuleId

Gets or sets rule Id is auto-generated for each new rule on destination account. It is required for put policy on source account.

SourceContainer

Gets or sets required. Source container name.

Methods

Validate()

Validate the object.

Applies to