Поделиться через


AutomationLinkedWorkspace Class

Definition

Definition of the linked workspace.

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

Properties

Id

Gets the id of the linked workspace.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationLinkedWorkspace>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationLinkedWorkspace>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationLinkedWorkspace>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationLinkedWorkspace>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationLinkedWorkspace>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to