共用方式為


SchemaGroup Class

Definition

Single item in List or Get Schema Group operation

[Microsoft.Rest.Serialization.JsonTransformation]
public class SchemaGroup : Microsoft.Azure.Management.EventHub.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SchemaGroup = class
    inherit ProxyResource
Public Class SchemaGroup
Inherits ProxyResource
Inheritance
SchemaGroup
Attributes

Constructors

SchemaGroup()

Initializes a new instance of the SchemaGroup class.

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

Initializes a new instance of the SchemaGroup class.

Properties

CreatedAtUtc

Gets exact time the Schema Group was created.

ETag

Gets the ETag value.

GroupProperties

Gets or sets dictionary object for SchemaGroup group properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from ProxyResource)
Location

Gets the geo-location where the resource lives

(Inherited from ProxyResource)
Name

Gets the name of the resource

(Inherited from ProxyResource)
SchemaCompatibility

Gets or sets possible values include: 'None', 'Backward', 'Forward'

SchemaType

Gets or sets possible values include: 'Unknown', 'Avro'

SystemData

Gets the system meta data relating to this resource.

Type

Gets the type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

(Inherited from ProxyResource)
UpdatedAtUtc

Gets exact time the Schema Group was updated

Applies to