MeshServiceGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type MeshServiceGetResponse = ServiceResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResourceDescription
}
}