Link 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.
Returns link related to the product
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.LinkTypeConverter))]
public class Link : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ILink
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.LinkTypeConverter))>]
type Link = class
interface ILink
interface IJsonSerializable
Public Class Link
Implements ILink
- Inheritance
-
Link
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Link() |
Creates an new Link instance. |
Properties
| Name | Description |
|---|---|
| Type |
Type of link |
| Url |
Url of the link |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Link. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.ILink. |
| FromJsonString(String) |
Creates a new instance of Link, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |