NspConfigNetworkSecurityPerimeterRule Class

Definition

The network security perimeter properties present in a configuration rule.

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

Constructors

NspConfigNetworkSecurityPerimeterRule()

Initializes a new instance of NspConfigNetworkSecurityPerimeterRule.

Properties

Id

Gets or sets the id.

Location

Gets or sets the location.

PerimeterGuid

Gets or sets the perimeter guid.

Explicit Interface Implementations

IJsonModel<NspConfigNetworkSecurityPerimeterRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NspConfigNetworkSecurityPerimeterRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NspConfigNetworkSecurityPerimeterRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NspConfigNetworkSecurityPerimeterRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NspConfigNetworkSecurityPerimeterRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to