GetServiceDescriptionResponse type
A getServiceDescription művelet válaszadatait tartalmazza.
type GetServiceDescriptionResponse = ServiceDescriptionUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceDescriptionUnion
}
}