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