GetMetadataResult

data class GetMetadataResult(val author: MetadataAuthorResponse? = null, val categories: MetadataCategoriesResponse? = null, val contentId: String? = null, val dependencies: MetadataDependenciesResponse? = null, val etag: String? = null, val firstPublishDate: String? = null, val id: String, val kind: String, val lastPublishDate: String? = null, val name: String, val parentId: String, val providers: List<String>? = null, val source: MetadataSourceResponse? = null, val support: MetadataSupportResponse? = null, val systemData: SystemDataResponse, val type: String, val version: String? = null)

Metadata resource definition.

Constructors

Link copied to clipboard
constructor(author: MetadataAuthorResponse? = null, categories: MetadataCategoriesResponse? = null, contentId: String? = null, dependencies: MetadataDependenciesResponse? = null, etag: String? = null, firstPublishDate: String? = null, id: String, kind: String, lastPublishDate: String? = null, name: String, parentId: String, providers: List<String>? = null, source: MetadataSourceResponse? = null, support: MetadataSupportResponse? = null, systemData: SystemDataResponse, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creator of the content item.

Link copied to clipboard

Categories for the solution content item

Link copied to clipboard
val contentId: String? = null

Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name

Link copied to clipboard

Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats.

Link copied to clipboard
val etag: String? = null

Etag of the azure resource

Link copied to clipboard

first publish date solution content item

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard

The kind of content the metadata is for.

Link copied to clipboard
val lastPublishDate: String? = null

last publish date for the solution content item

Link copied to clipboard

Azure resource name

Link copied to clipboard

Full parent resource ID of the content item the metadata is for. This is the full resource ID including the scope (subscription and resource group)

Link copied to clipboard
val providers: List<String>? = null

Providers for the solution content item

Link copied to clipboard

Source of the content. This is where/how it was created.

Link copied to clipboard

Support information for the metadata - type, name, contact information

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

Azure resource type

Link copied to clipboard
val version: String? = null

Version of the content. Default and recommended format is numeric (e.g. 1, 1.0, 1.0.0, 1.0.0.0), following ARM template best practices. Can also be any string, but then we cannot guarantee any version checks