GetServiceManifestResponse type

getServiceManifest işleminin yanıt verilerini içerir.

type GetServiceManifestResponse = ServiceTypeManifest & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceTypeManifest
  }
}