Provider Features Args
data class ProviderFeaturesArgs(val apiManagement: Output<ProviderFeaturesApiManagementArgs>? = null, val appConfiguration: Output<ProviderFeaturesAppConfigurationArgs>? = null, val applicationInsights: Output<ProviderFeaturesApplicationInsightsArgs>? = null, val cognitiveAccount: Output<ProviderFeaturesCognitiveAccountArgs>? = null, val keyVault: Output<ProviderFeaturesKeyVaultArgs>? = null, val logAnalyticsWorkspace: Output<ProviderFeaturesLogAnalyticsWorkspaceArgs>? = null, val managedDisk: Output<ProviderFeaturesManagedDiskArgs>? = null, val resourceGroup: Output<ProviderFeaturesResourceGroupArgs>? = null, val subscription: Output<ProviderFeaturesSubscriptionArgs>? = null, val templateDeployment: Output<ProviderFeaturesTemplateDeploymentArgs>? = null, val virtualMachine: Output<ProviderFeaturesVirtualMachineArgs>? = null, val virtualMachineScaleSet: Output<ProviderFeaturesVirtualMachineScaleSetArgs>? = null) : ConvertibleToJava<ProviderFeaturesArgs>
Constructors
Link copied to clipboard
fun ProviderFeaturesArgs(apiManagement: Output<ProviderFeaturesApiManagementArgs>? = null, appConfiguration: Output<ProviderFeaturesAppConfigurationArgs>? = null, applicationInsights: Output<ProviderFeaturesApplicationInsightsArgs>? = null, cognitiveAccount: Output<ProviderFeaturesCognitiveAccountArgs>? = null, keyVault: Output<ProviderFeaturesKeyVaultArgs>? = null, logAnalyticsWorkspace: Output<ProviderFeaturesLogAnalyticsWorkspaceArgs>? = null, managedDisk: Output<ProviderFeaturesManagedDiskArgs>? = null, resourceGroup: Output<ProviderFeaturesResourceGroupArgs>? = null, subscription: Output<ProviderFeaturesSubscriptionArgs>? = null, templateDeployment: Output<ProviderFeaturesTemplateDeploymentArgs>? = null, virtualMachine: Output<ProviderFeaturesVirtualMachineArgs>? = null, virtualMachineScaleSet: Output<ProviderFeaturesVirtualMachineScaleSetArgs>? = null)