Show / Hide Table of Contents

Class ArmInformaticaDataManagementModelFactory

Model factory for models.

Inheritance
System.Object
ArmInformaticaDataManagementModelFactory
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.InformaticaDataManagement.dll
Syntax
public static class ArmInformaticaDataManagementModelFactory

Methods

CheckDependenciesResult(Int32, String, IEnumerable<ServerlessRuntimeDependency>)

Initializes a new instance of CheckDependenciesResult.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.CheckDependenciesResult CheckDependenciesResult (int count = 0, string id = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeDependency> references = null);
Parameters
System.Int32 count

Count of dependencies.

System.String id

id of resource.

System.Collections.Generic.IEnumerable<ServerlessRuntimeDependency> references

List of dependencies.

Returns
CheckDependenciesResult

A new CheckDependenciesResult instance for mocking.

ComputeUnitsMetadata(String, IEnumerable<String>)

Initializes a new instance of ComputeUnitsMetadata.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.ComputeUnitsMetadata ComputeUnitsMetadata (string name = null, System.Collections.Generic.IEnumerable<string> value = null);
Parameters
System.String name

ComputeUnit name.

System.Collections.Generic.IEnumerable<System.String> value

ComputeUnit value.

Returns
ComputeUnitsMetadata

A new ComputeUnitsMetadata instance for mocking.

InformaticaApplicationTypeMetadata(String, String)

Initializes a new instance of InformaticaApplicationTypeMetadata.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaApplicationTypeMetadata InformaticaApplicationTypeMetadata (string name = null, string value = null);
Parameters
System.String name

Application type name.

System.String value

Application type value.

Returns
InformaticaApplicationTypeMetadata

A new InformaticaApplicationTypeMetadata instance for mocking.

InformaticaOrganizationData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, InformaticaOrganizationProperties)

Initializes a new instance of InformaticaOrganizationData.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.InformaticaOrganizationData InformaticaOrganizationData (Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = null, Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary<string,string> tags = null, Azure.Core.AzureLocation location = null, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaOrganizationProperties properties = null);
Parameters
Azure.Core.ResourceIdentifier id

The id.

System.String name

The name.

Azure.Core.ResourceType resourceType

The resourceType.

Azure.ResourceManager.Models.SystemData systemData

The systemData.

System.Collections.Generic.IDictionary<System.String,System.String> tags

The tags.

Azure.Core.AzureLocation location

The location.

InformaticaOrganizationProperties properties

The resource-specific properties for this resource.

Returns
InformaticaOrganizationData

A new InformaticaOrganizationData instance for mocking.

InformaticaOrganizationProperties(Nullable<InformaticaProvisioningState>, InformaticaProperties, InformaticaMarketplaceDetails, InformaticaUserDetails, InformaticaCompanyDetails, String)

Initializes a new instance of InformaticaOrganizationProperties.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaOrganizationProperties InformaticaOrganizationProperties (Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState> provisioningState = null, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProperties informaticaProperties = null, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaMarketplaceDetails marketplaceDetails = null, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaUserDetails userDetails = null, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaCompanyDetails companyDetails = null, string linkOrganizationToken = null);
Parameters
System.Nullable<InformaticaProvisioningState> provisioningState

Provisioning State of the resource.

InformaticaProperties informaticaProperties

Informatica Organization properties.

InformaticaMarketplaceDetails marketplaceDetails

Marketplace details.

InformaticaUserDetails userDetails

User details.

InformaticaCompanyDetails companyDetails

Company details.

System.String linkOrganizationToken

Link Organization.

Returns
InformaticaOrganizationProperties

A new InformaticaOrganizationProperties instance for mocking.

InformaticaRegionsMetadata(String, String)

Initializes a new instance of InformaticaRegionsMetadata.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRegionsMetadata InformaticaRegionsMetadata (string id = null, string name = null);
Parameters
System.String id

Region Id.

System.String name

Region name.

Returns
InformaticaRegionsMetadata

A new InformaticaRegionsMetadata instance for mocking.

InformaticaRuntimeResourceFetchMetadata(String, String, String, String, String, String, InformaticaRuntimeType, String, String, String, InformaticaServerlessFetchConfigProperties, String)

Initializes a new instance of InformaticaRuntimeResourceFetchMetadata.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRuntimeResourceFetchMetadata InformaticaRuntimeResourceFetchMetadata (string name = null, string createdTime = null, string updatedTime = null, string createdBy = null, string updatedBy = null, string id = null, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRuntimeType runtimeType = null, string status = null, string statusLocalized = null, string statusMessage = null, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessFetchConfigProperties serverlessConfigProperties = null, string description = null);
Parameters
System.String name

Environment name.

System.String createdTime

Created time.

System.String updatedTime

Updated Time.

System.String createdBy

Created by.

System.String updatedBy

Last Updated by.

System.String id

Informatica serverless runtime id.

InformaticaRuntimeType runtimeType

Environment Type.

System.String status

Status of the environment.

System.String statusLocalized

Display message for the given status.

System.String statusMessage

status message.

InformaticaServerlessFetchConfigProperties serverlessConfigProperties

Serverless Config Properties.

System.String description

Description of the runtime resource.

Returns
InformaticaRuntimeResourceFetchMetadata

A new InformaticaRuntimeResourceFetchMetadata instance for mocking.

InformaticaServerlessFetchConfigProperties(String, String, String, String, String, String, String, String, String, String, Nullable<Guid>, String, String, ResourceIdentifier)

Initializes a new instance of InformaticaServerlessFetchConfigProperties.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessFetchConfigProperties InformaticaServerlessFetchConfigProperties (string subnet = null, string applicationType = null, string resourceGroupName = null, string advancedCustomProperties = null, string supplementaryFileLocation = null, string platform = null, string tags = null, string vnet = null, string executionTimeout = null, string computeUnits = null, Nullable<Guid> tenantId = null, string subscriptionId = null, string region = null, Azure.Core.ResourceIdentifier serverlessArmResourceId = null);
Parameters
System.String subnet

subnet name.

System.String applicationType

applicationType name.

System.String resourceGroupName

Resource group name.

System.String advancedCustomProperties

Advanced custom properties.

System.String supplementaryFileLocation

Supplementary File location.

System.String platform

Serverless Account Platform.

System.String tags

Tags for the resource.

System.String vnet

virtual network.

System.String executionTimeout

Execution timeout.

System.String computeUnits

Compute Units.

System.Nullable<System.Guid> tenantId

Tenant ID.

System.String subscriptionId

subscription ID.

System.String region

region name for the runtime environment.

Azure.Core.ResourceIdentifier serverlessArmResourceId

Serverless Arm Resource ID.

Returns
InformaticaServerlessFetchConfigProperties

A new InformaticaServerlessFetchConfigProperties instance for mocking.

InformaticaServerlessRuntimeData(ResourceIdentifier, String, ResourceType, SystemData, InformaticaServerlessRuntimeProperties)

Initializes a new instance of InformaticaServerlessRuntimeData.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.InformaticaServerlessRuntimeData InformaticaServerlessRuntimeData (Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = null, Azure.ResourceManager.Models.SystemData systemData = null, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimeProperties properties = null);
Parameters
Azure.Core.ResourceIdentifier id

The id.

System.String name

The name.

Azure.Core.ResourceType resourceType

The resourceType.

Azure.ResourceManager.Models.SystemData systemData

The systemData.

InformaticaServerlessRuntimeProperties properties

The resource-specific properties for this resource.

Returns
InformaticaServerlessRuntimeData

A new InformaticaServerlessRuntimeData instance for mocking.

InformaticaServerlessRuntimeProperties(Nullable<InformaticaProvisioningState>, String, Nullable<InformaticaPlatformType>, Nullable<InformaticaApplicationType>, String, String, String, InformaticaNetworkInterfaceConfiguration, IEnumerable<AdvancedCustomProperties>, String, ServerlessRuntimeConfigProperties, IEnumerable<ServerlessRuntimeTag>, String)

Initializes a new instance of InformaticaServerlessRuntimeProperties.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimeProperties InformaticaServerlessRuntimeProperties (Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState> provisioningState = null, string description = null, Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaPlatformType> platform = null, Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaApplicationType> applicationType = null, string computeUnits = null, string executionTimeout = null, string serverlessAccountLocation = null, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaNetworkInterfaceConfiguration networkInterfaceConfiguration = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.AdvancedCustomProperties> advancedCustomProperties = null, string supplementaryFileLocation = null, Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeConfigProperties serverlessRuntimeConfig = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeTag> serverlessRuntimeTags = null, string userContextToken = null);
Parameters
System.Nullable<InformaticaProvisioningState> provisioningState

Provisioning State of the resource.

System.String description

description of the serverless runtime.

System.Nullable<InformaticaPlatformType> platform

Platform type of the Serverless Runtime.

System.Nullable<InformaticaApplicationType> applicationType

Application type of the Serverless Runtime environment.

System.String computeUnits

Compute units of the serverless runtime.

System.String executionTimeout

Serverless Execution timeout.

System.String serverlessAccountLocation

Serverless account creation location.

InformaticaNetworkInterfaceConfiguration networkInterfaceConfiguration

Informatica Serverless Network profile properties.

System.Collections.Generic.IEnumerable<AdvancedCustomProperties> advancedCustomProperties

String KV pairs indicating Advanced custom properties.

System.String supplementaryFileLocation

Supplementary file location.

ServerlessRuntimeConfigProperties serverlessRuntimeConfig

Serverless config properties.

System.Collections.Generic.IEnumerable<ServerlessRuntimeTag> serverlessRuntimeTags

Serverless Runtime Tags.

System.String userContextToken

Serverless runtime user context properties.

Returns
InformaticaServerlessRuntimeProperties

A new InformaticaServerlessRuntimeProperties instance for mocking.

InformaticaServerlessRuntimeResourceList(IEnumerable<InformaticaRuntimeResourceFetchMetadata>)

Initializes a new instance of InformaticaServerlessRuntimeResourceList.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimeResourceList InformaticaServerlessRuntimeResourceList (System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRuntimeResourceFetchMetadata> informaticaRuntimeResources = null);
Parameters
System.Collections.Generic.IEnumerable<InformaticaRuntimeResourceFetchMetadata> informaticaRuntimeResources

List of runtime resources for the fetch all API.

Returns
InformaticaServerlessRuntimeResourceList

A new InformaticaServerlessRuntimeResourceList instance for mocking.

ServerlessConfigProperties(Nullable<InformaticaPlatformType>, IEnumerable<InformaticaApplicationTypeMetadata>, IEnumerable<ComputeUnitsMetadata>, String, IEnumerable<InformaticaRegionsMetadata>)

Initializes a new instance of ServerlessConfigProperties.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessConfigProperties ServerlessConfigProperties (Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaPlatformType> platform = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaApplicationTypeMetadata> applicationTypes = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.ComputeUnitsMetadata> computeUnits = null, string executionTimeout = null, System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRegionsMetadata> regions = null);
Parameters
System.Nullable<InformaticaPlatformType> platform

Platform types.

System.Collections.Generic.IEnumerable<InformaticaApplicationTypeMetadata> applicationTypes

List of application types supported by informatica.

System.Collections.Generic.IEnumerable<ComputeUnitsMetadata> computeUnits

The list of compute units with possible array of values.

System.String executionTimeout

Serverless Runtime execution timeout.

System.Collections.Generic.IEnumerable<InformaticaRegionsMetadata> regions

List of supported serverless informatica regions.

Returns
ServerlessConfigProperties

A new ServerlessConfigProperties instance for mocking.

ServerlessMetadataResponse(Nullable<InformaticaRuntimeType>, ServerlessConfigProperties, ServerlessRuntimeConfigProperties)

Initializes a new instance of ServerlessMetadataResponse.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessMetadataResponse ServerlessMetadataResponse (Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRuntimeType> runtimeType = null, Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessConfigProperties serverlessConfigProperties = null, Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeConfigProperties serverlessRuntimeConfigProperties = null);
Parameters
System.Nullable<InformaticaRuntimeType> runtimeType

type of the runtime environment.

ServerlessConfigProperties serverlessConfigProperties

serverless config properties.

ServerlessRuntimeConfigProperties serverlessRuntimeConfigProperties

serverless runtime config properties.

Returns
ServerlessMetadataResponse

A new ServerlessMetadataResponse instance for mocking.

ServerlessRuntimeDependency(String, String, String, String, String, String)

Initializes a new instance of ServerlessRuntimeDependency.

Declaration
public static Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeDependency ServerlessRuntimeDependency (string id = null, string appContextId = null, string path = null, string documentType = null, string description = null, string lastUpdatedTime = null);
Parameters
System.String id

Dependency ID.

System.String appContextId

Application context ID.

System.String path

Dependency path.

System.String documentType

document type.

System.String description

description of Dependency.

System.String lastUpdatedTime

Last Update Time.

Returns
ServerlessRuntimeDependency

A new ServerlessRuntimeDependency instance for mocking.

Back to top Azure SDK for .NET