IIPSecurityRestriction.Tag Property

Definition

Defines what this IP filter will be used for. This is to support IP filtering on proxies.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Default", "XffProxy", "ServiceTag" })]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Defines what this IP filter will be used for. This is to support IP filtering on proxies.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="tag", Update=true)]
public string Tag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.PSArgumentCompleter(new System.String[] { "Default", "XffProxy", "ServiceTag" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Defines what this IP filter will be used for. This is to support IP filtering on proxies.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="tag", Update=true)>]
member this.Tag : string with get, set
Public Property Tag As String

Property Value

Attributes

Applies to