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