SitePropertiesArgs

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

Site properties

Constructors

Link copied to clipboard
constructor(addressResourceId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, labels: Output<Map<String, String>>? = null, siteAddress: Output<SiteAddressPropertiesArgs>? = 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

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Key-value pairs for labeling the site resource.

Link copied to clipboard

Physical address of the site

Functions

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