次の方法で共有


SchemaGroup コンストラクター

定義

オーバーロード

SchemaGroup()

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

SchemaGroup(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, IDictionary<String,String>, String, String, SystemData)

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

SchemaGroup()

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

public SchemaGroup();
Public Sub New ()

適用対象

SchemaGroup(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, IDictionary<String,String>, String, String, SystemData)

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

public SchemaGroup(string id = default, string name = default, string type = default, string location = default, DateTime? updatedAtUtc = default, DateTime? createdAtUtc = default, Guid? eTag = default, System.Collections.Generic.IDictionary<string,string> groupProperties = default, string schemaCompatibility = default, string schemaType = default, Microsoft.Azure.Management.EventHub.Models.SystemData systemData = default);
new Microsoft.Azure.Management.EventHub.Models.SchemaGroup : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<Guid> * System.Collections.Generic.IDictionary<string, string> * string * string * Microsoft.Azure.Management.EventHub.Models.SystemData -> Microsoft.Azure.Management.EventHub.Models.SchemaGroup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional updatedAtUtc As Nullable(Of DateTime) = Nothing, Optional createdAtUtc As Nullable(Of DateTime) = Nothing, Optional eTag As Nullable(Of Guid) = Nothing, Optional groupProperties As IDictionary(Of String, String) = Nothing, Optional schemaCompatibility As String = Nothing, Optional schemaType 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

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

updatedAtUtc
Nullable<DateTime>

スキーマ グループが更新された正確な時刻

createdAtUtc
Nullable<DateTime>

スキーマ グループが作成された正確な時刻。

eTag
Nullable<Guid>

ETag 値。

groupProperties
IDictionary<String,String>

SchemaGroup グループ プロパティの dictionary オブジェクト

schemaCompatibility
String

使用できる値は、'None'、'Backward'、'Forward' です。

schemaType
String

使用可能な値は次のとおりです: 'Unknown'、'Avro'

systemData
SystemData

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

適用対象