Containerized Network Function Definition Version Response
data class ContainerizedNetworkFunctionDefinitionVersionResponse(val deployParameters: String? = null, val description: String? = null, val networkFunctionTemplate: AzureArcKubernetesNetworkFunctionTemplateResponse? = null, val networkFunctionType: String, val provisioningState: String, val versionState: String)
Containerized network function network function definition version properties.
Properties
Link copied to clipboard
The deployment parameters of the network function definition version.
Link copied to clipboard
The network function definition version description.
Link copied to clipboard
Containerized network function template.
Link copied to clipboard
The network function type. Expected value is 'ContainerizedNetworkFunction'.
Link copied to clipboard
The provisioning state of the network function definition version resource.
Link copied to clipboard
The network function definition version state.