Sdílet prostřednictvím


ComponentsGetPurgeStatusResponse type

Obsahuje data odpovědi pro operaci getPurgeStatus.

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