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