GetDeployedServiceReplicaInfoListResponse type
Содержит данные ответа для операции getDeployedServiceReplicaInfoList.
type GetDeployedServiceReplicaInfoListResponse =
DeployedServiceReplicaInfoUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServiceReplicaInfoUnion[]
}
}