GetSchemaRegistryResult

data class GetSchemaRegistryResult(val createdAtUtc: String, val eTag: String, val groupProperties: Map<String, String>? = null, val id: String, val location: String, val name: String, val schemaCompatibility: String? = null, val schemaType: String? = null, val systemData: SystemDataResponse, val type: String, val updatedAtUtc: String)

Single item in List or Get Schema Group operation

Constructors

Link copied to clipboard
constructor(createdAtUtc: String, eTag: String, groupProperties: Map<String, String>? = null, id: String, location: String, name: String, schemaCompatibility: String? = null, schemaType: String? = null, systemData: SystemDataResponse, type: String, updatedAtUtc: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Exact time the Schema Group was created.

Link copied to clipboard

The ETag value.

Link copied to clipboard

dictionary object for SchemaGroup group properties

Link copied to clipboard
val id: String

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

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard
Link copied to clipboard
val schemaType: String? = null
Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard

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

Link copied to clipboard

Exact time the Schema Group was updated