DeviceGroupUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type used for update operations of the DeviceGroup.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.DeviceGroupUpdateTypeConverter))]
public class DeviceGroupUpdate : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IDeviceGroupUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.DeviceGroupUpdateTypeConverter))>]
type DeviceGroupUpdate = class
interface IDeviceGroupUpdate
interface IJsonSerializable
Public Class DeviceGroupUpdate
Implements IDeviceGroupUpdate
- Inheritance
-
DeviceGroupUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DeviceGroupUpdate() |
Creates an new DeviceGroupUpdate instance. |
Properties
| Name | Description |
|---|---|
| AllowCrashDumpsCollection |
Flag to define if the user allows for crash dump collection. |
| Description |
Description of the device group. |
| OSFeedType |
Operating system feed type of the device group. |
| RegionalDataBoundary |
Regional data boundary for the device group. |
| UpdatePolicy |
Update policy of the device group. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeviceGroupUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeviceGroupUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IDeviceGroupUpdate. |
| FromJsonString(String) |
Creates a new instance of DeviceGroupUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeviceGroupUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |