Cluster コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Cluster() |
Cluster クラスの新しいインスタンスを初期化します。 |
Cluster(String, String, String, String, IDictionary<String,String>, ClusterSku, SystemData, String, String, String, String, Nullable<Boolean>) |
Cluster クラスの新しいインスタンスを初期化します。 |
Cluster()
Cluster クラスの新しいインスタンスを初期化します。
public Cluster ();
Public Sub New ()
適用対象
Cluster(String, String, String, String, IDictionary<String,String>, ClusterSku, SystemData, String, String, String, String, Nullable<Boolean>)
Cluster クラスの新しいインスタンスを初期化します。
public Cluster (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.ClusterSku sku = default, Microsoft.Azure.Management.EventHub.Models.SystemData systemData = default, string createdAt = default, string updatedAt = default, string metricId = default, string status = default, bool? supportsScaling = default);
new Microsoft.Azure.Management.EventHub.Models.Cluster : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.EventHub.Models.ClusterSku * Microsoft.Azure.Management.EventHub.Models.SystemData * string * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.EventHub.Models.Cluster
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 ClusterSku = Nothing, Optional systemData As SystemData = Nothing, Optional createdAt As String = Nothing, Optional updatedAt As String = Nothing, Optional metricId As String = Nothing, Optional status As String = Nothing, Optional supportsScaling As Nullable(Of Boolean) = 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
- ClusterSku
クラスター SKU のプロパティ。
- systemData
- SystemData
このリソースに関連するシステム メタデータ。
- createdAt
- String
Event Hubs クラスターが作成された UTC 時刻。
- updatedAt
- String
Event Hubs クラスターが最後に更新された UTC 時刻。
- metricId
- String
クラスター リソースのメトリック ID。 サービスによって提供され、ユーザーが変更することはできません。
- status
- String
クラスター リソースの状態
適用対象
Azure SDK for .NET