GetDeploymentResult

data class GetDeploymentResult(val customProperties: Any? = null, val definitionId: String? = null, val description: String? = null, val environmentId: String? = null, val id: String, val name: String, val server: DeploymentServerResponse? = null, val state: String? = null, val systemData: SystemDataResponse, val title: String? = null, val type: String)

API deployment entity.

Constructors

Link copied to clipboard
constructor(customProperties: Any? = null, definitionId: String? = null, description: String? = null, environmentId: String? = null, id: String, name: String, server: DeploymentServerResponse? = null, state: String? = null, systemData: SystemDataResponse, title: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customProperties: Any? = null

The custom metadata defined for API catalog entities.

Link copied to clipboard
val definitionId: String? = null

API center-scoped definition resource ID.

Link copied to clipboard
val description: String? = null

Description of the deployment.

Link copied to clipboard
val environmentId: String? = null

API center-scoped environment resource ID.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard

The deployment server

Link copied to clipboard
val state: String? = null

State of API deployment.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val title: String? = null

API deployment title

Link copied to clipboard

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