AzureOperatorNexusNetworkFunctionArmTemplateApplicationResponse

data class AzureOperatorNexusNetworkFunctionArmTemplateApplicationResponse(val artifactProfile: AzureOperatorNexusArmTemplateArtifactProfileResponse? = null, val artifactType: String, val dependsOnProfile: DependsOnProfileResponse? = null, val deployParametersMappingRuleProfile: AzureOperatorNexusArmTemplateDeployMappingRuleProfileResponse? = null, val name: String? = null)

Azure Operator Distributed Services network function Template application definition.

Constructors

constructor(artifactProfile: AzureOperatorNexusArmTemplateArtifactProfileResponse? = null, artifactType: String, dependsOnProfile: DependsOnProfileResponse? = null, deployParametersMappingRuleProfile: AzureOperatorNexusArmTemplateDeployMappingRuleProfileResponse? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure Operator Distributed Services Template artifact profile.

Link copied to clipboard

The artifact type. Expected value is 'ArmTemplate'.

Link copied to clipboard

Depends on profile definition.

Link copied to clipboard
val name: String? = null

The name of the network function application.