NspConfigAssociation Class

Definition

The resource association for the network security perimeter.

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

Constructors

NspConfigAssociation()

Initializes a new instance of NspConfigAssociation.

Properties

AccessMode

Gets or sets the access mode.

Name

Gets or sets the name.

Explicit Interface Implementations

IJsonModel<NspConfigAssociation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NspConfigAssociation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NspConfigAssociation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NspConfigAssociation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NspConfigAssociation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to