RoleInstanceOutput interface
Describes the cloud service role instance.
Properties
| id | Resource Id |
| location | Resource Location. |
| name | Resource Name. |
| properties | Role instance properties. |
| sku | The role instance SKU. |
| tags | Resource tags. |
| type | Resource Type. |
Property Details
id
Resource Id
id?: string
Property Value
string
location
Resource Location.
location?: string
Property Value
string
name
Resource Name.
name?: string
Property Value
string
properties
Role instance properties.
properties?: RoleInstancePropertiesOutput
Property Value
sku
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
type
Resource Type.
type?: string
Property Value
string