Method | Description | |
---|---|---|
CanCreateJob ( this d ) : bool | ||
CanDecommission ( this d ) : bool | ||
CanDelete ( this d ) : bool | ||
CanRecommission ( this d ) : bool | ||
CanUpdateAssignment ( this d ) : bool | ||
CanUpdateDeviceBatch ( this d ) : bool | ||
CanUpdateDeviceProfile ( this d ) : bool | ||
CanUpdateTrustEnrol ( this d ) : bool | ||
CanUpdateUntrustEnrol ( this d ) : bool | ||
IsDecommissioned ( this d ) : bool | ||
OnDecommission ( this d, DecommissionReasons Reason ) : void | ||
OnDelete ( this d, |
||
OnRecommission ( this d ) : void |
public static CanDecommission ( this d ) : bool | ||
d | this | |
return | bool |
public static CanRecommission ( this d ) : bool | ||
d | this | |
return | bool |
public static CanUpdateAssignment ( this d ) : bool | ||
d | this | |
return | bool |
public static CanUpdateDeviceBatch ( this d ) : bool | ||
d | this | |
return | bool |
public static CanUpdateDeviceProfile ( this d ) : bool | ||
d | this | |
return | bool |
public static CanUpdateTrustEnrol ( this d ) : bool | ||
d | this | |
return | bool |
public static CanUpdateUntrustEnrol ( this d ) : bool | ||
d | this | |
return | bool |
public static IsDecommissioned ( this d ) : bool | ||
d | this | |
return | bool |
public static OnDecommission ( this d, DecommissionReasons Reason ) : void | ||
d | this | |
Reason | DecommissionReasons | |
return | void |
public static OnDelete ( this d, |
||
d | this | |
Database | ||
return | void |
public static OnRecommission ( this d ) : void | ||
d | this | |
return | void |