Condividi tramite


ComponentsPurgeResponse type

Contiene i dati di risposta per l'operazione di eliminazione.

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