EventHubsNetworkRuleSetVirtualNetworkRules Class

Definition

The response from the List namespace operation.

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

Constructors

EventHubsNetworkRuleSetVirtualNetworkRules()

Initializes a new instance of EventHubsNetworkRuleSetVirtualNetworkRules.

Properties

IgnoreMissingVnetServiceEndpoint

Value that indicates whether to ignore missing Vnet Service Endpoint.

SubnetId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<EventHubsNetworkRuleSetVirtualNetworkRules>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventHubsNetworkRuleSetVirtualNetworkRules>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventHubsNetworkRuleSetVirtualNetworkRules>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventHubsNetworkRuleSetVirtualNetworkRules>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventHubsNetworkRuleSetVirtualNetworkRules>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to