InfaRuntimeResourceFetchMetaData Class

Definition

Informatica runtime resource metadata as received via the informatica fetch all runtime environments API

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

Constructors

Name Description
InfaRuntimeResourceFetchMetaData()

Creates an new InfaRuntimeResourceFetchMetaData instance.

Properties

Name Description
CreatedBy

Created by

CreatedTime

Created time

Description

Description of the runtime resource

Id

Informatica serverless runtime id

Name

Environment name

ServerlessConfigPropertyAdvancedCustomProperty

Advanced custom properties

ServerlessConfigPropertyApplicationType

applicationType name

ServerlessConfigPropertyComputeUnit

Compute Units

ServerlessConfigPropertyExecutionTimeout

Execution timeout

ServerlessConfigPropertyPlatform

Serverless Account Platform

ServerlessConfigPropertyRegion

region name for the runtime environment

ServerlessConfigPropertyResourceGroupName

Resource group name

ServerlessConfigPropertyServerlessArmResourceId

Serverless Arm Resource ID

ServerlessConfigPropertySubnet

subnet name

ServerlessConfigPropertySubscriptionId

subscription ID

ServerlessConfigPropertySupplementaryFileLocation

Supplementary File location

ServerlessConfigPropertyTag

Tags for the resource

ServerlessConfigPropertyTenantId

Tenant ID

ServerlessConfigPropertyVnet

virtual network

Status

Status of the environment

StatusLocalized

Display message for the given status

StatusMessage

status message

Type

Environment Type

UpdatedBy

Last Updated by

UpdatedTime

Updated Time

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InfaRuntimeResourceFetchMetaData.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InfaRuntimeResourceFetchMetaData.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InfaRuntimeResourceFetchMetaData into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to