次の方法で共有


ResolveServiceResponse type

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

type ResolveServiceResponse = ResolvedServicePartition & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ResolvedServicePartition
  }
}