مشاركة عبر


GetServiceInfoResponse type

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

type GetServiceInfoResponse = ServiceInfoUnion & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceInfoUnion
  }
}