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
fun CloudServiceRoleProfilePropertiesArgs(name: Output<String>? = null, sku: Output<CloudServiceRoleSkuArgs>? = null)

Functions

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

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.