CloudServiceRoleProfilePropertiesArgs

data class CloudServiceRoleProfilePropertiesArgs(val name: Output<String>? = null, val sku: Output<CloudServiceRoleSkuArgs>? = null) : ConvertibleToJava<CloudServiceRoleProfilePropertiesArgs>

Describes the role properties.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, sku: Output<CloudServiceRoleSkuArgs>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Resource name.

Link copied to clipboard
val sku: Output<CloudServiceRoleSkuArgs>? = null

Describes the cloud service role sku.

Functions

Link copied to clipboard
open override fun toJava(): CloudServiceRoleProfilePropertiesArgs