GetVendorSkusResult

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

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
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 type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"