Udostępnij za pośrednictwem


ProductLink Class

Definition

Returns link related to the product.

public class ProductLink : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EdgeOrder.Models.ProductLink>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EdgeOrder.Models.ProductLink>
public class ProductLink
type ProductLink = class
    interface IJsonModel<ProductLink>
    interface IPersistableModel<ProductLink>
type ProductLink = class
Public Class ProductLink
Implements IJsonModel(Of ProductLink), IPersistableModel(Of ProductLink)
Public Class ProductLink
Inheritance
ProductLink
Implements

Properties

LinkType

Type of link.

LinkUri

Url of the link.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ProductLink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ProductLink>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ProductLink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProductLink>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ProductLink>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to