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