Compartilhar via


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