次の方法で共有


WebPubSubNetworkAcLs Class

Definition

Network ACLs for the resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.WebPubSubNetworkAcLsTypeConverter))]
public class WebPubSubNetworkAcLs : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubNetworkAcLs
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.WebPubSubNetworkAcLsTypeConverter))>]
type WebPubSubNetworkAcLs = class
    interface IWebPubSubNetworkAcLs
    interface IJsonSerializable
Public Class WebPubSubNetworkAcLs
Implements IWebPubSubNetworkAcLs
Inheritance
WebPubSubNetworkAcLs
Attributes
Implements

Constructors

WebPubSubNetworkAcLs()

Creates an new WebPubSubNetworkAcLs instance.

Properties

DefaultAction

Azure Networking ACL Action.

PrivateEndpoint

ACLs for requests from private endpoints

PublicNetworkAllow

Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.

PublicNetworkDeny

Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WebPubSubNetworkAcLs.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WebPubSubNetworkAcLs.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.IWebPubSubNetworkAcLs.

FromJsonString(String)

Creates a new instance of WebPubSubNetworkAcLs, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WebPubSubNetworkAcLs into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to