VendorReference Class

Definition

Vendor reference.

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

Properties

Link

Link url.

Title

Link title.

Explicit Interface Implementations

IJsonModel<VendorReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VendorReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VendorReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VendorReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VendorReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to