Compartilhar via


IObjectReplicationPolicyProperties.Rule Property

Definition

The storage account object replication rules.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The storage account object replication rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IObjectReplicationPolicyRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="rules", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IObjectReplicationPolicyRule> Rule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="The storage account object replication rules.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IObjectReplicationPolicyRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="rules", Update=true)>]
member this.Rule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IObjectReplicationPolicyRule> with get, set
Public Property Rule As List(Of IObjectReplicationPolicyRule)

Property Value

Attributes

Applies to