ServiceGetResponse type
Alma işlemi için yanıt verilerini içerir.
type ServiceGetResponse = ServiceResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResourceDescription
}
}