GetDeployedServiceReplicaInfoListResponse type
Enthält Antwortdaten für den getDeployedServiceReplicaInfoList-Vorgang.
type GetDeployedServiceReplicaInfoListResponse =
DeployedServiceReplicaInfoUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DeployedServiceReplicaInfoUnion[]
}
}