PrivateEndpointAcl Class

Definition

ACL for a private endpoint.

public class PrivateEndpointAcl : Azure.ResourceManager.WebPubSub.Models.PublicNetworkAcls
public class PrivateEndpointAcl : Azure.ResourceManager.WebPubSub.Models.PublicNetworkAcls, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WebPubSub.Models.PrivateEndpointAcl>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WebPubSub.Models.PrivateEndpointAcl>
type PrivateEndpointAcl = class
    inherit PublicNetworkAcls
type PrivateEndpointAcl = class
    inherit PublicNetworkAcls
    interface IJsonModel<PrivateEndpointAcl>
    interface IPersistableModel<PrivateEndpointAcl>
Public Class PrivateEndpointAcl
Inherits PublicNetworkAcls
Public Class PrivateEndpointAcl
Inherits PublicNetworkAcls
Implements IJsonModel(Of PrivateEndpointAcl), IPersistableModel(Of PrivateEndpointAcl)
Inheritance
PrivateEndpointAcl
Implements

Constructors

PrivateEndpointAcl(String)

Initializes a new instance of PrivateEndpointAcl.

Properties

Allow

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

(Inherited from PublicNetworkAcls)
Deny

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

(Inherited from PublicNetworkAcls)
Name

Name of the private endpoint connection.

Explicit Interface Implementations

IJsonModel<PrivateEndpointAcl>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PrivateEndpointAcl>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<PublicNetworkAcls>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from PublicNetworkAcls)
IJsonModel<PublicNetworkAcls>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from PublicNetworkAcls)
IPersistableModel<PrivateEndpointAcl>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateEndpointAcl>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PrivateEndpointAcl>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<PublicNetworkAcls>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from PublicNetworkAcls)
IPersistableModel<PublicNetworkAcls>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from PublicNetworkAcls)
IPersistableModel<PublicNetworkAcls>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from PublicNetworkAcls)

Applies to