PSObjectReplicationPolicy.Rules Property

Definition

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Rules", Position=6, ScriptBlock="if (($_.Rules -ne $null) -and ($_.Rules.Count -ne 0)) {'[' + $_.Rules[0].RuleId + ',...]'} else {$null}", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[] Rules { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Rules", Position=6, ScriptBlock="if (($_.Rules -ne $null) -and ($_.Rules.Count -ne 0)) {'[' + $_.Rules[0].RuleId + ',...]'} else {$null}", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.Rules : Microsoft.Azure.Commands.Management.Storage.Models.PSObjectReplicationPolicyRule[] with get, set
Public Property Rules As PSObjectReplicationPolicyRule()

Property Value

Attributes

Applies to