次の方法で共有


ServerlessRuntimeDependency Class

Definition

Dependency reference for a serverless runtime resource.

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

Properties

AppContextId

Application context ID.

Description

description of Dependency.

DocumentType

document type.

Id

Dependency ID.

LastUpdatedTime

Last Update Time.

Path

Dependency path.

Explicit Interface Implementations

IJsonModel<ServerlessRuntimeDependency>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServerlessRuntimeDependency>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerlessRuntimeDependency>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerlessRuntimeDependency>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerlessRuntimeDependency>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to