次の方法で共有


ComponentsPurgeResponse type

消去操作の応答データが含まれます。

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