AzureCoreNetworkFunctionVhdApplicationResponse

data class AzureCoreNetworkFunctionVhdApplicationResponse(val artifactProfile: AzureCoreVhdImageArtifactProfileResponse? = null, val artifactType: String, val dependsOnProfile: DependsOnProfileResponse? = null, val deployParametersMappingRuleProfile: AzureCoreVhdImageDeployMappingRuleProfileResponse? = null, val name: String? = null)

Azure core network function vhd application definition.

Constructors

constructor(artifactProfile: AzureCoreVhdImageArtifactProfileResponse? = null, artifactType: String, dependsOnProfile: DependsOnProfileResponse? = null, deployParametersMappingRuleProfile: AzureCoreVhdImageDeployMappingRuleProfileResponse? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure vhd image artifact profile.

Link copied to clipboard

The artifact type. Expected value is 'VhdImageFile'.

Link copied to clipboard

Depends on profile definition.

Link copied to clipboard
val name: String? = null

The name of the network function application.