ArmInformaticaDataManagementModelFactory.InformaticaServerlessRuntimeProperties 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 InformaticaServerlessRuntimeProperties.
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimeProperties InformaticaServerlessRuntimeProperties (Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState? provisioningState = default, string description = default, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaPlatformType? platform = default, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaApplicationType? applicationType = default, string computeUnits = default, string executionTimeout = default, string serverlessAccountLocation = default, Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaNetworkInterfaceConfiguration networkInterfaceConfiguration = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.AdvancedCustomProperties> advancedCustomProperties = default, string supplementaryFileLocation = default, Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeConfigProperties serverlessRuntimeConfig = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeTag> serverlessRuntimeTags = default, string userContextToken = default);
static member InformaticaServerlessRuntimeProperties : Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaProvisioningState> * string * Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaPlatformType> * Nullable<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaApplicationType> * string * string * string * Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaNetworkInterfaceConfiguration * seq<Azure.ResourceManager.InformaticaDataManagement.Models.AdvancedCustomProperties> * string * Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeConfigProperties * seq<Azure.ResourceManager.InformaticaDataManagement.Models.ServerlessRuntimeTag> * string -> Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessRuntimeProperties
Public Shared Function InformaticaServerlessRuntimeProperties (Optional provisioningState As Nullable(Of InformaticaProvisioningState) = Nothing, Optional description As String = Nothing, Optional platform As Nullable(Of InformaticaPlatformType) = Nothing, Optional applicationType As Nullable(Of InformaticaApplicationType) = Nothing, Optional computeUnits As String = Nothing, Optional executionTimeout As String = Nothing, Optional serverlessAccountLocation As String = Nothing, Optional networkInterfaceConfiguration As InformaticaNetworkInterfaceConfiguration = Nothing, Optional advancedCustomProperties As IEnumerable(Of AdvancedCustomProperties) = Nothing, Optional supplementaryFileLocation As String = Nothing, Optional serverlessRuntimeConfig As ServerlessRuntimeConfigProperties = Nothing, Optional serverlessRuntimeTags As IEnumerable(Of ServerlessRuntimeTag) = Nothing, Optional userContextToken As String = Nothing) As InformaticaServerlessRuntimeProperties
Parameters
- provisioningState
- Nullable<InformaticaProvisioningState>
Provisioning State of the resource.
- description
- String
description of the serverless runtime.
- platform
- Nullable<InformaticaPlatformType>
Platform type of the Serverless Runtime.
- applicationType
- Nullable<InformaticaApplicationType>
Application type of the Serverless Runtime environment.
- computeUnits
- String
Compute units of the serverless runtime.
- executionTimeout
- String
Serverless Execution timeout.
- serverlessAccountLocation
- String
Serverless account creation location.
- networkInterfaceConfiguration
- InformaticaNetworkInterfaceConfiguration
Informatica Serverless Network profile properties.
- advancedCustomProperties
- IEnumerable<AdvancedCustomProperties>
String KV pairs indicating Advanced custom properties.
- supplementaryFileLocation
- String
Supplementary file location.
- serverlessRuntimeConfig
- ServerlessRuntimeConfigProperties
Serverless config properties.
- serverlessRuntimeTags
- IEnumerable<ServerlessRuntimeTag>
Serverless Runtime Tags.
- userContextToken
- String
Serverless runtime user context properties.
Returns
A new InformaticaServerlessRuntimeProperties instance for mocking.
Applies to
Azure SDK for .NET