你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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(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) }, ReadOnly=false, Required=true, SerializedName="pattern")]
public string Pattern { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(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) }, ReadOnly=false, Required=true, SerializedName="pattern")>]
member this.Pattern : string with get, set
Public Property Pattern As String

Property Value

Attributes

Applies to