SiteOutput interface
A web app, a mobile app backend, or an API app.
- Extends
Properties
| extended |
Extended Location. |
| identity | Managed service identity. |
| properties | Site resource specific properties |
Inherited Properties
| id | Resource Id. |
| kind | Kind of resource. |
| location | Resource Location. |
| name | Resource Name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
extendedLocation
identity
Managed service identity.
identity?: ManagedServiceIdentityOutput
Property Value
properties
Site resource specific properties
properties?: SitePropertiesOutput
Property Value
Inherited Property Details
id
kind
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceOutput.tags