NewAzWebPubSub_CreateExpanded.PublicNetworkDeny 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.WebPubSub.Category(new Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType) }, ReadOnly=false, Required=false, SerializedName="deny")]
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType))]
[System.Management.Automation.Parameter(HelpMessage="Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[] PublicNetworkDeny { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Category(new Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType) }, ReadOnly=false, Required=false, SerializedName="deny")>]
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType))>]
[<System.Management.Automation.Parameter(HelpMessage="Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.", Mandatory=false)>]
member this.PublicNetworkDeny : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Support.WebPubSubRequestType[] with get, set
Public Property PublicNetworkDeny As WebPubSubRequestType()
Property Value
- Attributes