GetDeployedServiceReplicaDetailInfoByPartitionIdResponse type
Contiene i dati di risposta per l'operazione getDeployedServiceReplicaDetailInfoByPartitionId.
type GetDeployedServiceReplicaDetailInfoByPartitionIdResponse =
DeployedServiceReplicaDetailInfoUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServiceReplicaDetailInfoUnion
}
}