共用方式為


ComponentsPurgeResponse type

包含清除作業的回應資料。

type ComponentsPurgeResponse = ComponentPurgeResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ComponentPurgeResponse
  }
}