Get Customized Accelerator Result
data class GetCustomizedAcceleratorResult(val id: String, val name: String, val properties: CustomizedAcceleratorPropertiesResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val type: String)
Customized accelerator resource
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: CustomizedAcceleratorPropertiesResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, type: String)