ListSphereDeviceGroupsContent Class

Definition

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

public class ListSphereDeviceGroupsContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sphere.Models.ListSphereDeviceGroupsContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sphere.Models.ListSphereDeviceGroupsContent>
public class ListSphereDeviceGroupsContent
type ListSphereDeviceGroupsContent = class
    interface IJsonModel<ListSphereDeviceGroupsContent>
    interface IPersistableModel<ListSphereDeviceGroupsContent>
type ListSphereDeviceGroupsContent = class
Public Class ListSphereDeviceGroupsContent
Implements IJsonModel(Of ListSphereDeviceGroupsContent), IPersistableModel(Of ListSphereDeviceGroupsContent)
Public Class ListSphereDeviceGroupsContent
Inheritance
ListSphereDeviceGroupsContent
Implements

Constructors

ListSphereDeviceGroupsContent()

Initializes a new instance of ListSphereDeviceGroupsContent.

Properties

DeviceGroupName

Device Group name.

Explicit Interface Implementations

IJsonModel<ListSphereDeviceGroupsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ListSphereDeviceGroupsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ListSphereDeviceGroupsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ListSphereDeviceGroupsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ListSphereDeviceGroupsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to