ComputeUnitsMetadata Class

Definition

Informatica Serverless Runtime Application type Metadata

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

Constructors

Name Description
ComputeUnitsMetadata()

Creates an new ComputeUnitsMetadata instance.

Properties

Name Description
Name

ComputeUnit name

Value

ComputeUnit value

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComputeUnitsMetadata.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComputeUnitsMetadata.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComputeUnitsMetadata into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to