VariableGetResponse type

يحتوي على بيانات استجابة لعملية الحصول على.

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