你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

与此资源相关的系统元数据。

适用于