Partager via


EventHubsNetworkRuleSet(String, String) Constructor

Definition

Creates a new EventHubsNetworkRuleSet.

public EventHubsNetworkRuleSet (string bicepIdentifier, string? resourceVersion = default);
public EventHubsNetworkRuleSet (string identifierName, string? resourceVersion = default);
new Azure.Provisioning.EventHubs.EventHubsNetworkRuleSet : string * string -> Azure.Provisioning.EventHubs.EventHubsNetworkRuleSet
new Azure.Provisioning.EventHubs.EventHubsNetworkRuleSet : string * string -> Azure.Provisioning.EventHubs.EventHubsNetworkRuleSet
Public Sub New (bicepIdentifier As String, Optional resourceVersion As String = Nothing)
Public Sub New (identifierName As String, Optional resourceVersion As String = Nothing)

Parameters

bicepIdentifieridentifierName
String

The the Bicep identifier name of the EventHubsNetworkRuleSet resource. This can be used to refer to the resource in expressions, but is not the Azure name of the resource. This value can contain letters, numbers, and underscores.

resourceVersion
String

Version of the EventHubsNetworkRuleSet.

Applies to