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 : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
GetGroupInputArguments
Implements
Inherited Members

Properties

GroupId

The 'groupId' Field.

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

Property Value

string

GroupType

The 'groupType' Field.

[JsonPropertyName("groupType")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string GroupType { get; set; }

Property Value

string