Get Vendor Skus Result
data class GetVendorSkusResult(val deploymentMode: String? = null, val id: String, val managedApplicationParameters: Any? = null, val managedApplicationTemplate: Any? = null, val name: String, val networkFunctionTemplate: NetworkFunctionTemplateResponse? = null, val preview: Boolean? = null, val provisioningState: String, val skuType: String? = null, val type: String)
Sku sub resource.
Constructors
Link copied to clipboard
fun GetVendorSkusResult(deploymentMode: String? = null, id: String, managedApplicationParameters: Any? = null, managedApplicationTemplate: Any? = null, name: String, networkFunctionTemplate: NetworkFunctionTemplateResponse? = null, preview: Boolean? = null, provisioningState: String, skuType: String? = null, type: String)