EventHubsNetworkSecurityPerimeterConfigurationPropertiesProfile Class

Definition

Information about current network profile.

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

Properties

AccessRules

List of Access Rules.

AccessRulesVersion

Current access rules version.

Name

Name of the resource.

Explicit Interface Implementations

IJsonModel<EventHubsNetworkSecurityPerimeterConfigurationPropertiesProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventHubsNetworkSecurityPerimeterConfigurationPropertiesProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventHubsNetworkSecurityPerimeterConfigurationPropertiesProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventHubsNetworkSecurityPerimeterConfigurationPropertiesProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventHubsNetworkSecurityPerimeterConfigurationPropertiesProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to