IIPSecurityRestriction.Tag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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