DeviceGroupProperties Class

Definition

The properties of deviceGroup

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

Constructors

Name Description
DeviceGroupProperties()

Creates an new DeviceGroupProperties instance.

Properties

Name Description
AllowCrashDumpsCollection

Flag to define if the user allows for crash dump collection.

Description

Description of the device group.

HasDeployment

Deployment status for the device group.

OSFeedType

Operating system feed type of the device group.

ProvisioningState

The status of the last operation.

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 DeviceGroupProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeviceGroupProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeviceGroupProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to