GetServiceNameInfoResponse type
getServiceNameInfo işleminin yanıt verilerini içerir.
type GetServiceNameInfoResponse = ServiceNameInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceNameInfo
}
}