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