Sdílet prostřednictvím


VariableGetResponse type

Obsahuje data odpovědi pro operaci get.

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