GetVendorSkusResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val deploymentMode: String? = null

The sku deployment mode.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

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 name of the resource

Link copied to clipboard

The template definition of the network function.

Link copied to clipboard

The network function type.

Link copied to clipboard
val preview: Boolean? = null

Indicates if the vendor sku is in preview mode.

Link copied to clipboard

The provisioning state of the vendor sku sub resource.

Link copied to clipboard
val skuType: String? = null

The sku type.

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"