GroupIdInformation Class

Definition

The group information for creating a private endpoint on Digital Twin.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.GroupIdInformationTypeConverter))]
public class GroupIdInformation : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IGroupIdInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.GroupIdInformationTypeConverter))>]
type GroupIdInformation = class
    interface IGroupIdInformation
    interface IJsonSerializable
Public Class GroupIdInformation
Implements IGroupIdInformation
Inheritance
GroupIdInformation
Attributes
Implements

Constructors

Name Description
GroupIdInformation()

Creates an new GroupIdInformation instance.

Properties

Name Description
GroupId

The group id.

Id

The resource identifier.

Name

The resource name.

RequiredMember

The required members for a specific group id.

RequiredZoneName

The required DNS zones for a specific group id.

ResourceGroupName

Gets the resource group name

Type

The resource type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GroupIdInformation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GroupIdInformation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IGroupIdInformation.

FromJsonString(String)

Creates a new instance of GroupIdInformation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GroupIdInformation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to