EHNamespace コンストラクター

定義

オーバーロード

EHNamespace()

EHNamespace クラスの新しいインスタンスを初期化します。

EHNamespace(String, String, String, String, IDictionary<String, String>, Sku, Identity, SystemData, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String, Nullable<Boolean>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Encryption, IList<PrivateEndpointConnection>, Nullable<Boolean>, String)

EHNamespace クラスの新しいインスタンスを初期化します。

EHNamespace()

EHNamespace クラスの新しいインスタンスを初期化します。

public EHNamespace ();
Public Sub New ()

適用対象

EHNamespace(String, String, String, String, IDictionary<String, String>, Sku, Identity, SystemData, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String, Nullable<Boolean>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Encryption, IList<PrivateEndpointConnection>, Nullable<Boolean>, String)

EHNamespace クラスの新しいインスタンスを初期化します。

public EHNamespace (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.EventHub.Models.Sku sku = default, Microsoft.Azure.Management.EventHub.Models.Identity identity = default, Microsoft.Azure.Management.EventHub.Models.SystemData systemData = default, string minimumTlsVersion = default, string provisioningState = default, string status = default, DateTime? createdAt = default, DateTime? updatedAt = default, string serviceBusEndpoint = default, string clusterArmId = default, string metricId = default, bool? isAutoInflateEnabled = default, string publicNetworkAccess = default, int? maximumThroughputUnits = default, bool? kafkaEnabled = default, bool? zoneRedundant = default, Microsoft.Azure.Management.EventHub.Models.Encryption encryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection> privateEndpointConnections = default, bool? disableLocalAuth = default, string alternateName = default);
new Microsoft.Azure.Management.EventHub.Models.EHNamespace : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.EventHub.Models.Sku * Microsoft.Azure.Management.EventHub.Models.Identity * Microsoft.Azure.Management.EventHub.Models.SystemData * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * string * Nullable<bool> * string * Nullable<int> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.EventHub.Models.Encryption * System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection> * Nullable<bool> * string -> Microsoft.Azure.Management.EventHub.Models.EHNamespace
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As Sku = Nothing, Optional identity As Identity = Nothing, Optional systemData As SystemData = Nothing, Optional minimumTlsVersion As String = Nothing, Optional provisioningState As String = Nothing, Optional status As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional serviceBusEndpoint As String = Nothing, Optional clusterArmId As String = Nothing, Optional metricId As String = Nothing, Optional isAutoInflateEnabled As Nullable(Of Boolean) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional maximumThroughputUnits As Nullable(Of Integer) = Nothing, Optional kafkaEnabled As Nullable(Of Boolean) = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing, Optional encryption As Encryption = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing, Optional alternateName As String = Nothing)

パラメーター

id
String

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

sku
Sku

SKU リソースのプロパティ

identity
Identity

BYOK ID の説明のプロパティ

systemData
SystemData

このリソースに関連するシステム メタデータ。

minimumTlsVersion
String

サポートするクラスターの最小 TLS バージョン (例: '1.2')。 指定できる値は、'1.0'、'1.1'、'1.2' です。

provisioningState
String

名前空間のプロビジョニング状態。

status
String

名前空間の状態。

createdAt
Nullable<DateTime>

名前空間が作成された時刻。

updatedAt
Nullable<DateTime>

名前空間が更新された時刻。

serviceBusEndpoint
String

Service Bus 操作を実行するために使用できるエンドポイント。

clusterArmId
String

名前空間のクラスター ARM ID。

metricId
String

Azure Insights メトリックの識別子。

isAutoInflateEnabled
Nullable<Boolean>

Eventhub 名前空間に対して AutoInflate が有効かどうかを示す値。

publicNetworkAccess
String

これにより、トラフィックがパブリック ネットワーク経由で許可されるかどうかが決まります。 既定では有効になっています。 使用可能な値は、'Enabled'、'Disabled'、'SecuredByPerimeter' です。

maximumThroughputUnits
Nullable<Int32>

AutoInflate が有効になっている場合のスループット ユニットの上限。値は 0 から 20 のスループット ユニット内である必要があります。 ( AutoInflateEnabled = true の場合は '0')

kafkaEnabled
Nullable<Boolean>

Kafka が eventhub 名前空間に対して有効になっているかどうかを示す値。

zoneRedundant
Nullable<Boolean>

このプロパティを有効にすると、サポートされている可用性ゾーンのリージョンに Standard Event Hubs 名前空間が作成されます。

encryption
Encryption

BYOK 暗号化の説明のプロパティ

privateEndpointConnections
IList<PrivateEndpointConnection>

プライベート エンドポイント接続の一覧。

disableLocalAuth
Nullable<Boolean>

このプロパティは、Event Hubs 名前空間の SAS 認証を無効にします。

alternateName
String

別名と名前空間名が同じ場合に指定される代替名。

適用対象