SiteUpdateProperties interface
The updatable properties of the Site.
Properties
| description | Description of Site resource |
| display |
displayName of Site resource |
| labels | Key-value pairs for labeling the site resource. |
| site |
Physical address of the site |
Property Details
description
Description of Site resource
description?: string
Property Value
string
displayName
displayName of Site resource
displayName?: string
Property Value
string
labels
Key-value pairs for labeling the site resource.
labels?: Record<string, string>
Property Value
Record<string, string>
siteAddress
Physical address of the site
siteAddress?: SiteAddressProperties