Condividi tramite


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.Functions.Runtime.Info(Description="Defines what this IP filter will be used for. This is to support IP filtering on proxies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag) }, ReadOnly=false, Required=false, SerializedName="tag")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag? Tag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Defines what this IP filter will be used for. This is to support IP filtering on proxies.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag) }, ReadOnly=false, Required=false, SerializedName="tag")>]
member this.Tag : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.IPFilterTag> with get, set
Public Property Tag As Nullable(Of IPFilterTag)

Property Value

Attributes

Applies to