ServiceReplicaListResponse type
Enthält Antwortdaten für den Listenvorgang.
type ServiceReplicaListResponse = ServiceReplicaDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceReplicaDescriptionList
}
}