GetServiceDescriptionResponse type
getServiceDescription işlemi için yanıt verilerini içerir.
type GetServiceDescriptionResponse = ServiceDescriptionUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceDescriptionUnion
}
}