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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET