Sdílet prostřednictvím


OperationsListResponse type

Obsahuje data odpovědi pro operaci seznamu.

type OperationsListResponse = OperationsList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationsList
  }
}