EventHubsNetworkRuleSetData Class

Definition

A class representing the EventHubsNetworkRuleSet data model. Description of topic resource.

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

Constructors

EventHubsNetworkRuleSetData()

Initializes a new instance of EventHubsNetworkRuleSetData.

Properties

DefaultAction

Default Action for Network Rule Set.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IPRules

List of IpRules.

Location

The geo-location where the resource lives.

Name

The name of the resource.

(Inherited from ResourceData)
PublicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile's access rules.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TrustedServiceAccessEnabled

Value that indicates whether Trusted Service Access is Enabled or not.

VirtualNetworkRules

List VirtualNetwork Rules.

Explicit Interface Implementations

IJsonModel<EventHubsNetworkRuleSetData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventHubsNetworkRuleSetData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventHubsNetworkRuleSetData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventHubsNetworkRuleSetData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventHubsNetworkRuleSetData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to