Partilhar via


NspConfigProfile Class

Definition

The profile for a network security perimeter configuration.

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

Constructors

NspConfigProfile()

Initializes a new instance of NspConfigProfile.

Properties

AccessRules

Gets the access rules.

AccessRulesVersion

Gets or sets the access rules version.

Name

Gets or sets the name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NspConfigProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NspConfigProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NspConfigProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NspConfigProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NspConfigProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to