ArmInformaticaDataManagementModelFactory.ServerlessConfigProperties 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 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET