GetDeployedServiceReplicaDetailInfoByPartitionIdResponse type
Enthält Antwortdaten für den getDeployedServiceReplicaDetailInfoByPartitionId -Vorgang.
type GetDeployedServiceReplicaDetailInfoByPartitionIdResponse =
DeployedServiceReplicaDetailInfoUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServiceReplicaDetailInfoUnion
}
}