次の方法で共有


ConsumerGroup コンストラクター

定義

オーバーロード

ConsumerGroup()

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

ConsumerGroup(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, SystemData)

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

ConsumerGroup()

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

public ConsumerGroup ();
Public Sub New ()

適用対象

ConsumerGroup(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, SystemData)

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

public ConsumerGroup (string id = default, string name = default, string type = default, string location = default, DateTime? createdAt = default, DateTime? updatedAt = default, string userMetadata = default, Microsoft.Azure.Management.EventHub.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventHub.Models.ConsumerGroup : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * Microsoft.Azure.Management.EventHub.Models.SystemData -> Microsoft.Azure.Management.EventHub.Models.ConsumerGroup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional userMetadata As String = Nothing, Optional systemData As SystemData = Nothing)

パラメーター

id
String

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

name
String

リソースの名前

type
String

リソースの型。 例: "Microsoft.EventHub/Namespaces" または "Microsoft.EventHub/Namespaces/EventHubs"

location
String

リソースが保存されている地理的な場所

createdAt
Nullable<DateTime>

メッセージが作成された正確な時刻。

updatedAt
Nullable<DateTime>

メッセージが更新された正確な時刻。

userMetadata
String

ユーザー メタデータは、最大長 1024 のユーザー定義文字列データを格納するためのプレースホルダーです。 たとえば、チームのリストや連絡先情報などの説明データを格納するために使用でき、ユーザー定義の構成設定も格納できます。

systemData
SystemData

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

適用対象