InfaRuntimeResourceFetchMetaData 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 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
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() | |