Get Vendor Skus Result
data class GetVendorSkusResult(val azureApiVersion: String, val deploymentMode: String? = null, val id: String, val managedApplicationParameters: Any? = null, val managedApplicationTemplate: Any? = null, val name: String, val networkFunctionTemplate: NetworkFunctionTemplateResponse? = null, val networkFunctionType: String? = null, val preview: Boolean? = null, val provisioningState: String, val skuType: String? = null, val systemData: SystemDataResponse, val type: String)
Sku sub resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, deploymentMode: String? = null, id: String, managedApplicationParameters: Any? = null, managedApplicationTemplate: Any? = null, name: String, networkFunctionTemplate: NetworkFunctionTemplateResponse? = null, networkFunctionType: String? = null, preview: Boolean? = null, provisioningState: String, skuType: String? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The sku deployment mode.
Link copied to clipboard
The parameters for the managed application to be supplied by the vendor.
Link copied to clipboard
The template for the managed application deployment.
Link copied to clipboard
The template definition of the network function.
Link copied to clipboard
The network function type.
Link copied to clipboard
The provisioning state of the vendor sku sub resource.
Link copied to clipboard
The system meta data relating to this resource.