Bagikan melalui


VariableGetResponse type

Berisi data respons untuk operasi get.

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