PSObjectReplicationPolicyRule.Filters Property

Definition

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

Property Value

Attributes

Applies to