Get Application Result
data class GetApplicationResult(val etag: String, val id: String, val identity: ManagedIdentityResponse? = null, val location: String? = null, val managedIdentities: List<ApplicationUserAssignedIdentityResponse>? = null, val maximumNodes: Double? = null, val metrics: List<ApplicationMetricDescriptionResponse>? = null, val minimumNodes: Double? = null, val name: String, val parameters: Map<String, String>? = null, val provisioningState: String, val removeApplicationCapacity: Boolean? = null, val tags: Map<String, String>? = null, val type: String, val typeName: String? = null, val typeVersion: String? = null, val upgradePolicy: ApplicationUpgradePolicyResponse? = null)
The application resource.
Constructors
Link copied to clipboard
fun GetApplicationResult(etag: String, id: String, identity: ManagedIdentityResponse? = null, location: String? = null, managedIdentities: List<ApplicationUserAssignedIdentityResponse>? = null, maximumNodes: Double? = null, metrics: List<ApplicationMetricDescriptionResponse>? = null, minimumNodes: Double? = null, name: String, parameters: Map<String, String>? = null, provisioningState: String, removeApplicationCapacity: Boolean? = null, tags: Map<String, String>? = null, type: String, typeName: String? = null, typeVersion: String? = null, upgradePolicy: ApplicationUpgradePolicyResponse? = null)
Types
Properties
Link copied to clipboard
The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node.
Link copied to clipboard
The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the value of the MaximumNodes property.
Link copied to clipboard