NetworkSecurityPerimeterConfigurationPropertiesProfile Class

Definition

Network Security Perimeter profile.

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

Properties

AccessRules

List of Access Rules.

AccessRulesVersion

Current access rules version.

DiagnosticSettingsVersion

Diagnostic settings version.

EnabledLogCategories

Enabled logging categories.

Name

Name of the resource.

Explicit Interface Implementations

IJsonModel<NetworkSecurityPerimeterConfigurationPropertiesProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkSecurityPerimeterConfigurationPropertiesProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkSecurityPerimeterConfigurationPropertiesProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkSecurityPerimeterConfigurationPropertiesProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkSecurityPerimeterConfigurationPropertiesProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to