ApplicationResourceDescription interface

This type describes an application resource.

Extends

Properties

debugParams

Internal - used by Visual Studio to setup the debugging session on the local development environment.

description

User readable description of the application.

diagnostics

Describes the diagnostics definition and usage for an application resource.

healthState

Describes the health state of an application resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

State of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

serviceNames

Names of the services in the application. NOTE: This property will not be serialized. It can only be populated by the server.

services

Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service resource.

status

Status of the application. NOTE: This property will not be serialized. It can only be populated by the server.

statusDetails

Gives additional information about the current status of the application. NOTE: This property will not be serialized. It can only be populated by the server.

unhealthyEvaluation

When the application's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the application is marked unhealthy. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

location

The geo-location where the resource lives

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

tags

Resource tags.

type

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

debugParams

Internal - used by Visual Studio to setup the debugging session on the local development environment.

debugParams?: string

Property Value

string

description

User readable description of the application.

description?: string

Property Value

string

diagnostics

Describes the diagnostics definition and usage for an application resource.

diagnostics?: DiagnosticsDescription

Property Value

healthState

Describes the health state of an application resource. NOTE: This property will not be serialized. It can only be populated by the server.

healthState?: string

Property Value

string

provisioningState

State of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

serviceNames

Names of the services in the application. NOTE: This property will not be serialized. It can only be populated by the server.

serviceNames?: string[]

Property Value

string[]

services

Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service resource.

services?: ServiceResourceDescription[]

Property Value

status

Status of the application. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

statusDetails

Gives additional information about the current status of the application. NOTE: This property will not be serialized. It can only be populated by the server.

statusDetails?: string

Property Value

string

unhealthyEvaluation

When the application's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the application is marked unhealthy. NOTE: This property will not be serialized. It can only be populated by the server.

unhealthyEvaluation?: string

Property Value

string

Inherited Property Details

id

Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From TrackedResource.id

location

The geo-location where the resource lives

location: string

Property Value

string

Inherited From TrackedResource.location

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

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- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From TrackedResource.type