EventHubsNetworkSecurityPerimeterConfigurationPropertiesResourceAssociation Class

Definition

Information about resource association.

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

Properties

AccessMode

Access Mode of the resource association.

Name

Name of the resource association.

Explicit Interface Implementations

IJsonModel<EventHubsNetworkSecurityPerimeterConfigurationPropertiesResourceAssociation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventHubsNetworkSecurityPerimeterConfigurationPropertiesResourceAssociation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventHubsNetworkSecurityPerimeterConfigurationPropertiesResourceAssociation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventHubsNetworkSecurityPerimeterConfigurationPropertiesResourceAssociation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventHubsNetworkSecurityPerimeterConfigurationPropertiesResourceAssociation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to