ApplicationResourceDescription interface
- Extends
Properties
| debug |
Internal - used by Visual Studio to setup |
| description | User readable description of the |
| diagnostics | Describes the diagnostics |
| health |
Describes the health state of an |
| provisioning |
State of the resource. |
| service |
Names of the services in the |
| services | Describes the services |
| status | Status of the application. Possible |
| status |
Gives additional information about the |
| unhealthy |
When the application's health state |
Inherited Properties
| id | Fully qualified identifier for the resource. Ex - |
| location | |
| name | The name of the resource |
| tags | Resource tags. |
| type | The type of the resource. Ex- |
Property Details
debugParams
Internal - used by Visual Studio to setup
debugParams?: string
Property Value
string
description
User readable description of the
description?: string
Property Value
string
diagnostics
Describes the diagnostics
diagnostics?: DiagnosticsDescription
Property Value
healthState
provisioningState
State of the resource.
provisioningState?: string
Property Value
string
serviceNames
Names of the services in the
serviceNames?: string[]
Property Value
string[]
services
Describes the services
services?: ServiceResourceDescription[]
Property Value
status
statusDetails
Gives additional information about the
statusDetails?: string
Property Value
string
unhealthyEvaluation
When the application's health state
unhealthyEvaluation?: string
Property Value
string
Inherited Property Details
id
Fully qualified identifier for the resource. Ex -
id?: string
Property Value
string
Inherited From TrackedResource.id
location
name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
The type of the resource. Ex-
type?: string
Property Value
string
Inherited From TrackedResource.type