SignalRNetworkAcl Class

Definition

Network ACL.

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

Constructors

SignalRNetworkAcl()

Initializes a new instance of SignalRNetworkAcl.

Properties

Allow

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

Deny

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

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.

IJsonModel<SignalRNetworkAcl>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SignalRNetworkAcl>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SignalRNetworkAcl>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SignalRNetworkAcl>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to