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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET