Share via


SearchNetworkSecurityProfile Class

Definition

Network security perimeter configuration profile.

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

Constructors

SearchNetworkSecurityProfile()

Initializes a new instance of SearchNetworkSecurityProfile.

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SearchNetworkSecurityProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SearchNetworkSecurityProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SearchNetworkSecurityProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SearchNetworkSecurityProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SearchNetworkSecurityProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to