Get Deployment Result
data class GetDeploymentResult(val azureApiVersion: String, 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(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The custom metadata defined for API catalog entities.
Link copied to clipboard
API center-scoped definition resource ID.
Link copied to clipboard
Description of the deployment.
Link copied to clipboard
API center-scoped environment resource ID.
Link copied to clipboard
The deployment server
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.