ArmInformaticaDataManagementModelFactory.InformaticaServerlessFetchConfigProperties 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 InformaticaServerlessFetchConfigProperties.
public static Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessFetchConfigProperties InformaticaServerlessFetchConfigProperties (string subnet = default, string applicationType = default, string resourceGroupName = default, string advancedCustomProperties = default, string supplementaryFileLocation = default, string platform = default, string tags = default, string vnet = default, string executionTimeout = default, string computeUnits = default, Guid? tenantId = default, string subscriptionId = default, string region = default, Azure.Core.ResourceIdentifier serverlessArmResourceId = default);
static member InformaticaServerlessFetchConfigProperties : string * string * string * string * string * string * string * string * string * string * Nullable<Guid> * string * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessFetchConfigProperties
Public Shared Function InformaticaServerlessFetchConfigProperties (Optional subnet As String = Nothing, Optional applicationType As String = Nothing, Optional resourceGroupName As String = Nothing, Optional advancedCustomProperties As String = Nothing, Optional supplementaryFileLocation As String = Nothing, Optional platform As String = Nothing, Optional tags As String = Nothing, Optional vnet As String = Nothing, Optional executionTimeout As String = Nothing, Optional computeUnits As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional subscriptionId As String = Nothing, Optional region As String = Nothing, Optional serverlessArmResourceId As ResourceIdentifier = Nothing) As InformaticaServerlessFetchConfigProperties
Parameters
- subnet
- String
subnet name.
- applicationType
- String
applicationType name.
- resourceGroupName
- String
Resource group name.
- advancedCustomProperties
- String
Advanced custom properties.
- supplementaryFileLocation
- String
Supplementary File location.
- platform
- String
Serverless Account Platform.
- tags
- String
Tags for the resource.
- vnet
- String
virtual network.
- executionTimeout
- String
Execution timeout.
- computeUnits
- String
Compute Units.
- subscriptionId
- String
subscription ID.
- region
- String
region name for the runtime environment.
- serverlessArmResourceId
- ResourceIdentifier
Serverless Arm Resource ID.
Returns
A new InformaticaServerlessFetchConfigProperties instance for mocking.
Applies to
Azure SDK for .NET