WebPubSubNetworkAcls Class

Definition

Network ACLs for the resource.

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

Constructors

WebPubSubNetworkAcls()

Initializes a new instance of WebPubSubNetworkAcls.

Properties

DefaultAction

Azure Networking ACL Action.

PrivateEndpoints

ACLs for requests from private endpoints.

PublicNetwork

Network ACL.

Explicit Interface Implementations

IJsonModel<WebPubSubNetworkAcls>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebPubSubNetworkAcls>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebPubSubNetworkAcls>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebPubSubNetworkAcls>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebPubSubNetworkAcls>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to