次の方法で共有


GetServiceManifestResponse type

getServiceManifest 操作の応答データを格納します。

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