Cloud Service Role Profile Properties Args
    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)