Sdílet prostřednictvím


AutomationContentLink Class

Definition

Definition of the content link.

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

Constructors

AutomationContentLink()

Initializes a new instance of AutomationContentLink.

Properties

ContentHash

Gets or sets the hash.

Uri

Gets or sets the uri of the runbook content.

Version

Gets or sets the version of the content.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationContentLink>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationContentLink>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationContentLink>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationContentLink>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationContentLink>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to