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