Language

Link Class

Definition

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)

Deserializes a PSObject into an instance of Link.

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)

Serializes this instance of Link into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to