Struct GroupId
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry
- Assembly
- Azure.Iot.Operations.Services.dll
Identifies which Group a single-entity operation targets: either the cloud-default Group (the configured namespace) or a specific Group identifier.
public readonly struct GroupId
- Inherited Members
Properties
CloudDefault
The default Group (the configured namespace).
public static GroupId CloudDefault { get; }
Property Value
Methods
Specific(string)
A specific Group identifier.
public static GroupId Specific(string groupId)
Parameters
groupIdstring
Returns
Operators
implicit operator GroupId(string)
Implicitly treats a string as a specific Group identifier.
public static implicit operator GroupId(string groupId)
Parameters
groupIdstring