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
파일 보기 프로젝트 열기: tersosolutions/JetstreamSDK-.NET 1 사용 예제들

공개 메소드들

메소드 설명
AddDeviceToPolicyRequest ( ) : System

Default ctor

비공개 메소드들

메소드 설명
BuildUri ( string baseUri, string accesskey ) : string

Builds the AddDeviceToPolicy request url

메소드 상세

AddDeviceToPolicyRequest() 공개 메소드

Default ctor
public AddDeviceToPolicyRequest ( ) : System
리턴 System