GetApplicationResult

data class GetApplicationResult(val azureApiVersion: String, val debugParams: String? = null, val description: String? = null, val diagnostics: DiagnosticsDescriptionResponse? = null, val healthState: String, val id: String, val location: String, val name: String, val provisioningState: String, val serviceNames: List<String>, val services: List<ServiceResourceDescriptionResponse>? = null, val status: String, val statusDetails: String, val tags: Map<String, String>? = null, val type: String, val unhealthyEvaluation: String)

This type describes an application resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, debugParams: String? = null, description: String? = null, diagnostics: DiagnosticsDescriptionResponse? = null, healthState: String, id: String, location: String, name: String, provisioningState: String, serviceNames: List<String>, services: List<ServiceResourceDescriptionResponse>? = null, status: String, statusDetails: String, tags: Map<String, String>? = null, type: String, unhealthyEvaluation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val debugParams: String? = null

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

Link copied to clipboard
val description: String? = null

User readable description of the application.

Link copied to clipboard

Describes the diagnostics definition and usage for an application resource.

Link copied to clipboard

Describes the health state of an application resource.

Link copied to clipboard
val id: String

Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

State of the resource.

Link copied to clipboard

Names of the services in the application.

Link copied to clipboard

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.

Link copied to clipboard

Status of the application.

Link copied to clipboard

Gives additional information about the current status of the application.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

Link copied to clipboard

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.