ApplicationResourceDescription interface

Extends

Properties

debugParams

Internal - used by Visual Studio to setup

description

User readable description of the

diagnostics

Describes the diagnostics

healthState

Describes the health state of an

provisioningState

State of the resource.

serviceNames

Names of the services in the

services

Describes the services

status

Status of the application. Possible

statusDetails

Gives additional information about the

unhealthyEvaluation

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

Describes the health state of an

healthState?: HealthState

Property Value

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

Status of the application. Possible

status?: ResourceStatus

Property Value

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

location: string

Property Value

string

Inherited From TrackedResource.location

name

The name of the resource

name?: string

Property Value

string

Inherited From TrackedResource.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