ServerlessRuntimeDependency Class

Definition

Dependency reference for a serverless runtime resource

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimeDependencyTypeConverter))]
public class ServerlessRuntimeDependency : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessRuntimeDependency
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ServerlessRuntimeDependencyTypeConverter))>]
type ServerlessRuntimeDependency = class
    interface IServerlessRuntimeDependency
    interface IJsonSerializable
Public Class ServerlessRuntimeDependency
Implements IServerlessRuntimeDependency
Inheritance
ServerlessRuntimeDependency
Attributes
Implements

Constructors

Name Description
ServerlessRuntimeDependency()

Creates an new ServerlessRuntimeDependency instance.

Properties

Name Description
AppContextId

Application context ID

Description

description of Dependency

DocumentType

document type

Id

Dependency ID

LastUpdatedTime

Last Update Time

Path

Dependency path

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServerlessRuntimeDependency.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServerlessRuntimeDependency.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IServerlessRuntimeDependency.

FromJsonString(String)

Creates a new instance of ServerlessRuntimeDependency, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServerlessRuntimeDependency into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to