Table of Contents

Class GroupCreateAttributes

Namespace
Azure.Iot.Operations.Services.EdgeRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll

Attributes for creating or updating a group.

public class GroupCreateAttributes
Inheritance
GroupCreateAttributes
Inherited Members

Properties

Description

Description of the group.

public string? Description { get; set; }

Property Value

string

Documentation

Documentation URL or text.

public string? Documentation { get; set; }

Property Value

string

Extensions

Extension-specific attributes.

public Dictionary<string, byte[]> Extensions { get; set; }

Property Value

Dictionary<string, byte[]>

Labels

Labels for the group.

public Dictionary<string, string> Labels { get; set; }

Property Value

Dictionary<string, string>

Name

Human-readable name.

public string? Name { get; set; }

Property Value

string