StaticSiteARMResourceOutput interface
Static Site ARM resource.
- Extends
Properties
| identity | Managed service identity. |
| properties | Core resource properties |
| sku | Description of a SKU for a scalable resource. |
Inherited Properties
| id | Resource Id. |
| kind | Kind of resource. |
| location | Resource Location. |
| name | Resource Name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
identity
Managed service identity.
identity?: ManagedServiceIdentityOutput
Property Value
properties
sku
Description of a SKU for a scalable resource.
sku?: SkuDescriptionOutput
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