Dela via


VariableGetResponse type

Innehåller svarsdata för get-åtgärden.

type VariableGetResponse = Variable & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Variable }
}