NetworkSecurityProfile Class

Definition

Network security perimeter configuration profile.

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

Properties

AccessRules

List of Access Rules.

AccessRulesVersion

Current access rules version.

DiagnosticSettingsVersion

Current diagnostic settings version.

EnabledLogCategories

List of log categories that are enabled.

Name

Name of the profile.

Explicit Interface Implementations

IJsonModel<NetworkSecurityProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkSecurityProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkSecurityProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkSecurityProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkSecurityProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to