Azure Core Network Function Template Response
data class AzureCoreNetworkFunctionTemplateResponse(val networkFunctionApplications: List<Either<AzureCoreNetworkFunctionArmTemplateApplicationResponse, AzureCoreNetworkFunctionVhdApplicationResponse>>? = null, val nfviType: String)
Azure virtual network function template.
Constructors
Link copied to clipboard
constructor(networkFunctionApplications: List<Either<AzureCoreNetworkFunctionArmTemplateApplicationResponse, AzureCoreNetworkFunctionVhdApplicationResponse>>? = null, nfviType: String)
Properties
Link copied to clipboard
val networkFunctionApplications: List<Either<AzureCoreNetworkFunctionArmTemplateApplicationResponse, AzureCoreNetworkFunctionVhdApplicationResponse>>? = null
Network function applications.