DeviceGroupUpdate Class

Definition

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()

Applies to