DeploymentsGetDeploymentResponse type
getDeployment işlemi için yanıt verilerini içerir.
type DeploymentsGetDeploymentResponse = Deployment & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: Deployment
}
}