C# Класс TersoSolutions.Jetstream.SDK.Application.Model.AddDeviceToPolicyRequest

AddDeviceToPolicy adds a device to a policy and will monitor the device's configuration values for any descrepencies from the policy. Jetstream® will automatically schedule a GetConfigValuesCommand and compare the results with the policy and overridden device parameters. If Jetstream® determines that there is a variance then a LogEntryEvent with a type of PolicyError will be published. Request object for the version 1.0 AddDeviceToPolicy ReST endpoint.
Наследование: JetstreamRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddDeviceToPolicyRequest ( ) : System

Default ctor

Приватные методы

Метод Описание
BuildUri ( string baseUri, string accesskey ) : string

Builds the AddDeviceToPolicy request url

Описание методов

AddDeviceToPolicyRequest() публичный Метод

Default ctor
public AddDeviceToPolicyRequest ( ) : System
Результат System