SitePropertiesArgs

data class SitePropertiesArgs(val addressResourceId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null) : ConvertibleToJava<SitePropertiesArgs>

Site properties

Constructors

Link copied to clipboard
constructor(addressResourceId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null)

Properties

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

AddressResource ArmId of Site resource

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

Description of Site resource

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

displayName of Site resource

Functions

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