ComputeUnitsMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |