Share via


CognitiveServicesNetworkSecurityPerimeter Class

Definition

Information about a linked Network Security Perimeter.

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

Constructors

CognitiveServicesNetworkSecurityPerimeter()

Initializes a new instance of CognitiveServicesNetworkSecurityPerimeter.

Properties

Id

Fully qualified identifier of the resource.

Location

Location of the resource.

PerimeterGuid

Guid of the resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CognitiveServicesNetworkSecurityPerimeter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CognitiveServicesNetworkSecurityPerimeter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesNetworkSecurityPerimeter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CognitiveServicesNetworkSecurityPerimeter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CognitiveServicesNetworkSecurityPerimeter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to