GroupIdInformationResponse 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 available private link resources for a Digital Twin.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.GroupIdInformationResponseTypeConverter))]
public class GroupIdInformationResponse : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IGroupIdInformationResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.GroupIdInformationResponseTypeConverter))>]
type GroupIdInformationResponse = class
interface IGroupIdInformationResponse
interface IJsonSerializable
Public Class GroupIdInformationResponse
Implements IGroupIdInformationResponse
- Inheritance
-
GroupIdInformationResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GroupIdInformationResponse() |
Creates an new GroupIdInformationResponse instance. |
Properties
| Name | Description |
|---|---|
| Value |
The list of available private link resources for a Digital Twin. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GroupIdInformationResponse. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GroupIdInformationResponse. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.IGroupIdInformationResponse. |
| FromJsonString(String) |
Creates a new instance of GroupIdInformationResponse, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GroupIdInformationResponse into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |