ServiceGetResponse type
Berisi data respons untuk operasi get.
type ServiceGetResponse = ServiceResourceDescription & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceResourceDescription
}
}