IDeviceGroupProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.DeviceGroupPropertiesTypeConverter))]
public interface IDeviceGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.DeviceGroupPropertiesTypeConverter))>]
type IDeviceGroupProperties = interface
interface IJsonSerializable
Public Interface IDeviceGroupProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |