ArmInformaticaDataManagementModelFactory.InformaticaRuntimeResourceFetchMetadata Method
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.
Initializes a new instance of InformaticaRuntimeResourceFetchMetadata.
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRuntimeResourceFetchMetadata InformaticaRuntimeResourceFetchMetadata (string name = default, string createdTime = default, string updatedTime = default, string createdBy = default, string updatedBy = default, string id = default, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRuntimeType runtimeType = default, string status = default, string statusLocalized = default, string statusMessage = default, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessFetchConfigProperties serverlessConfigProperties = default, string description = default);
static member InformaticaRuntimeResourceFetchMetadata : string * string * string * string * string * string * Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRuntimeType * string * string * string * Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessFetchConfigProperties * string -> Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRuntimeResourceFetchMetadata
Public Shared Function InformaticaRuntimeResourceFetchMetadata (Optional name As String = Nothing, Optional createdTime As String = Nothing, Optional updatedTime As String = Nothing, Optional createdBy As String = Nothing, Optional updatedBy As String = Nothing, Optional id As String = Nothing, Optional runtimeType As InformaticaRuntimeType = Nothing, Optional status As String = Nothing, Optional statusLocalized As String = Nothing, Optional statusMessage As String = Nothing, Optional serverlessConfigProperties As InformaticaServerlessFetchConfigProperties = Nothing, Optional description As String = Nothing) As InformaticaRuntimeResourceFetchMetadata
Parameters
- name
- String
Environment name.
- createdTime
- String
Created time.
- updatedTime
- String
Updated Time.
- createdBy
- String
Created by.
- updatedBy
- String
Last Updated by.
- id
- String
Informatica serverless runtime id.
- runtimeType
- InformaticaRuntimeType
Environment Type.
- status
- String
Status of the environment.
- statusLocalized
- String
Display message for the given status.
- statusMessage
- String
status message.
- serverlessConfigProperties
- InformaticaServerlessFetchConfigProperties
Serverless Config Properties.
- description
- String
Description of the runtime resource.
Returns
A new InformaticaRuntimeResourceFetchMetadata instance for mocking.
Applies to
Azure SDK for .NET