GroupIdInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The group information for creating a private endpoint on Digital Twin.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.GroupIdInformationTypeConverter))]
public class GroupIdInformation : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IGroupIdInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.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.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() | |