다음을 통해 공유


NetworkSecurityPerimeter Class

Definition

NetworkSecurityPerimeter related information.

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

Properties

Id

The ARM identifier of the resource.

Location

Location of the resource.

PerimeterGuid

Guid of the resource.

Explicit Interface Implementations

IJsonModel<NetworkSecurityPerimeter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkSecurityPerimeter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkSecurityPerimeter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkSecurityPerimeter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkSecurityPerimeter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to