ListDeviceGroupsRequest Class

Definition

Request of the action to list device groups for a catalog.

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

Constructors

Name Description
ListDeviceGroupsRequest()

Creates an new ListDeviceGroupsRequest instance.

Properties

Name Description
DeviceGroupName

Device Group name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListDeviceGroupsRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListDeviceGroupsRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListDeviceGroupsRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to