AzureOperatorNexusNetworkFunctionArmTemplateApplicationArgs

data class AzureOperatorNexusNetworkFunctionArmTemplateApplicationArgs(val artifactProfile: Output<AzureOperatorNexusArmTemplateArtifactProfileArgs>? = null, val artifactType: Output<String>, val dependsOnProfile: Output<DependsOnProfileArgs>? = null, val deployParametersMappingRuleProfile: Output<AzureOperatorNexusArmTemplateDeployMappingRuleProfileArgs>? = null, val name: Output<String>? = null) : ConvertibleToJava<AzureOperatorNexusNetworkFunctionArmTemplateApplicationArgs>

Azure Operator Distributed Services network function Template application definition.

Constructors

constructor(artifactProfile: Output<AzureOperatorNexusArmTemplateArtifactProfileArgs>? = null, artifactType: Output<String>, dependsOnProfile: Output<DependsOnProfileArgs>? = null, deployParametersMappingRuleProfile: Output<AzureOperatorNexusArmTemplateDeployMappingRuleProfileArgs>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard

Azure Operator Distributed Services Template artifact profile.

Link copied to clipboard
val artifactType: Output<String>

The artifact type. Expected value is 'ArmTemplate'.

Link copied to clipboard

Depends on profile definition.

Link copied to clipboard
val name: Output<String>? = null

The name of the network function application.

Functions

Link copied to clipboard
open override fun toJava(): AzureOperatorNexusNetworkFunctionArmTemplateApplicationArgs