Class CoreGroupAttributes
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
Request payload for creating or updating a Group.
public class CoreGroupAttributes
- Inheritance
-
CoreGroupAttributes
- Inherited Members
Properties
Deprecated
Information about deprecation status of the entity, if applicable.
public DeprecatedInfo? Deprecated { get; set; }
Property Value
Description
A human-readable summary of the purpose of the entity.
public string? Description { get; set; }
Property Value
Documentation
A URL to additional information about this entity.
public string? Documentation { get; set; }
Property Value
Extensions
Extension-specific attributes (e.g., envelope, protocol for message Groups).
public required Dictionary<string, byte[]> Extensions { get; set; }
Property Value
- Dictionary<string, byte[]>
Icon
A URL to a graphical icon for the owning entity.
public string? Icon { get; set; }
Property Value
Labels
A mechanism in which additional metadata about the entity can be stored without changing the model definition of the entity. Labels can be used for querying.
public required List<Label> Labels { get; set; }
Property Value
Name
Human-readable name.
public string? Name { get; set; }