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

IObjectReplicationPolicyProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ObjectReplicationPolicyPropertiesTypeConverter))]
public interface IObjectReplicationPolicyProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ObjectReplicationPolicyPropertiesTypeConverter))>]
type IObjectReplicationPolicyProperties = interface
    interface IJsonSerializable
Public Interface IObjectReplicationPolicyProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DestinationAccount

Required. Destination account name. It should be full resource id if allowCrossTenantReplication set to false.

EnabledTime

Indicates when the policy is enabled on the source account.

PolicyId

A unique id for object replication policy.

Rule

The storage account object replication rules.

SourceAccount

Required. Source account name. It should be full resource id if allowCrossTenantReplication set to false.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to