Share via


SchemaGroupProperties1 Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.SchemaGroupProperties1TypeConverter))]
public class SchemaGroupProperties1 : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ISchemaGroupProperties1
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.SchemaGroupProperties1TypeConverter))>]
type SchemaGroupProperties1 = class
    interface ISchemaGroupProperties1
    interface IJsonSerializable
Public Class SchemaGroupProperties1
Implements ISchemaGroupProperties1
Inheritance
SchemaGroupProperties1
Attributes
Implements

Constructors

SchemaGroupProperties1()

Creates an new SchemaGroupProperties1 instance.

Properties

CreatedAtUtc

Exact time the Schema Group was created.

ETag

The ETag value.

GroupProperty

dictionary object for SchemaGroup group properties

SchemaCompatibility
SchemaType
UpdatedAtUtc

Exact time the Schema Group was updated

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SchemaGroupProperties1.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SchemaGroupProperties1.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ISchemaGroupProperties1.

FromJsonString(String)

Creates a new instance of SchemaGroupProperties1, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SchemaGroupProperties1 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to