Table of Contents

Class GetGroupInputArguments

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

Input arguments for action 'getGroup'

public class GetGroupInputArguments
Inheritance
GetGroupInputArguments
Inherited Members

Properties

GroupId

Group identifier. Uses the default if not specified.

[JsonPropertyName("groupId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? GroupId { get; set; }

Property Value

string