IBlobBackupAutoProtectionRule.Pattern Property

Definition

The string pattern to evaluate against container names. For now this accepts literal strings only (no wildcards or regex).

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="The string pattern to evaluate against container names. For now this accepts literal strings only (no wildcards or regex).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="pattern", Update=true)]
public string Pattern { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="The string pattern to evaluate against container names. For now this accepts literal strings only (no wildcards or regex).", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="pattern", Update=true)>]
member this.Pattern : string with get, set
Public Property Pattern As String

Property Value

Attributes

Applies to