次の方法で共有


ComponentsGetPurgeStatusResponse type

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

type ComponentsGetPurgeStatusResponse = ComponentPurgeStatusResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ComponentPurgeStatusResponse
  }
}