Get Deployment Result
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.
Properties
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.