SignalRPrivateEndpointAcl Class

Definition

ACL for a private endpoint.

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

Constructors

SignalRPrivateEndpointAcl(String)

Initializes a new instance of SignalRPrivateEndpointAcl.

Properties

Allow

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

(Inherited from SignalRNetworkAcl)
Deny

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

(Inherited from SignalRNetworkAcl)
Name

Name of the private endpoint connection.

Explicit Interface Implementations

IJsonModel<SignalRNetworkAcl>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SignalRNetworkAcl)
IJsonModel<SignalRPrivateEndpointAcl>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SignalRPrivateEndpointAcl>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SignalRNetworkAcl>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SignalRNetworkAcl)
IPersistableModel<SignalRPrivateEndpointAcl>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SignalRPrivateEndpointAcl>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SignalRPrivateEndpointAcl>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to