Dela via


ArmInformaticaDataManagementModelFactory.ServerlessConfigProperties Method

Definition

Initializes a new instance of ServerlessConfigProperties.

public static Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessConfigProperties ServerlessConfigProperties (Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaPlatformType? platform = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaApplicationTypeMetadata> applicationTypes = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.ComputeUnitsMetadata> computeUnits = default, string executionTimeout = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRegionsMetadata> regions = default);
static member ServerlessConfigProperties : Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaPlatformType> * seq<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaApplicationTypeMetadata> * seq<Azure.ResourceManager.InformaticaDataManagement.Models.ComputeUnitsMetadata> * string * seq<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaRegionsMetadata> -> Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessConfigProperties
Public Shared Function ServerlessConfigProperties (Optional platform As Nullable(Of InformaticaPlatformType) = Nothing, Optional applicationTypes As IEnumerable(Of InformaticaApplicationTypeMetadata) = Nothing, Optional computeUnits As IEnumerable(Of ComputeUnitsMetadata) = Nothing, Optional executionTimeout As String = Nothing, Optional regions As IEnumerable(Of InformaticaRegionsMetadata) = Nothing) As ServerlessConfigProperties

Parameters

platform
Nullable<InformaticaPlatformType>

Platform types.

applicationTypes
IEnumerable<InformaticaApplicationTypeMetadata>

List of application types supported by informatica.

computeUnits
IEnumerable<ComputeUnitsMetadata>

The list of compute units with possible array of values.

executionTimeout
String

Serverless Runtime execution timeout.

regions
IEnumerable<InformaticaRegionsMetadata>

List of supported serverless informatica regions.

Returns

A new ServerlessConfigProperties instance for mocking.

Applies to