NewAzWebPubSub_CreateExpanded.PublicNetworkDeny Property

Definition

[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

WebPubSubRequestType[]
Attributes

Applies to