GetApiReleaseResult

data class GetApiReleaseResult(val apiId: String? = null, val azureApiVersion: String, val createdDateTime: String, val id: String, val name: String, val notes: String? = null, val type: String, val updatedDateTime: String)

ApiRelease details.

Constructors

Link copied to clipboard
constructor(apiId: String? = null, azureApiVersion: String, createdDateTime: String, id: String, name: String, notes: String? = null, type: String, updatedDateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiId: String? = null

Identifier of the API the release belongs to.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

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 name of the resource

Link copied to clipboard
val notes: String? = null

Release Notes

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The time the API release was updated.