GetServiceDescriptionResponse type
Enthält Antwortdaten für den getServiceDescription-Vorgang.
type GetServiceDescriptionResponse = ServiceDescriptionUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceDescriptionUnion
}
}