NetworkSecurityPerimeterConfigurationProperties Class

Definition

Network security configuration properties.

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

Properties

NetworkSecurityPerimeter

Information about a network security perimeter (NSP).

Profile

Network security perimeter configuration profile.

ProvisioningIssues

List of provisioning issues, if any.

ProvisioningState

Provisioning state of a network security perimeter configuration that is being created or updated.

ResourceAssociation

Information about resource association.

Explicit Interface Implementations

IJsonModel<NetworkSecurityPerimeterConfigurationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkSecurityPerimeterConfigurationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkSecurityPerimeterConfigurationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkSecurityPerimeterConfigurationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkSecurityPerimeterConfigurationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to