次の方法で共有


PoolExistsResponse type

存在する操作の応答データを格納します。

type PoolExistsResponse = PoolExistsHeaders & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: boolean
    parsedHeaders: PoolExistsHeaders
  }
  body: boolean
}