DeviceGroupUpdateProperties Class

Definition

The updatable properties of the DeviceGroup.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.DeviceGroupUpdatePropertiesTypeConverter))]
public class DeviceGroupUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IDeviceGroupUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.DeviceGroupUpdatePropertiesTypeConverter))>]
type DeviceGroupUpdateProperties = class
    interface IDeviceGroupUpdateProperties
    interface IJsonSerializable
Public Class DeviceGroupUpdateProperties
Implements IDeviceGroupUpdateProperties
Inheritance
DeviceGroupUpdateProperties
Attributes
Implements

Constructors

Name Description
DeviceGroupUpdateProperties()

Creates an new DeviceGroupUpdateProperties 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 DeviceGroupUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeviceGroupUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IDeviceGroupUpdateProperties.

FromJsonString(String)

Creates a new instance of DeviceGroupUpdateProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeviceGroupUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to