GetComposeDeploymentStatusListResponse type
Содержит данные ответа для операции getComposeDeploymentStatusList.
type GetComposeDeploymentStatusListResponse =
PagedComposeDeploymentStatusInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedComposeDeploymentStatusInfoList
}
}