ApplicationResourceProperties Class
The application resource properties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.servicefabric.models._models_py3.ApplicationResourceUpdatePropertiesApplicationResourceProperties
Constructor
ApplicationResourceProperties(*, type_version: Optional[str] = None, parameters: Optional[Dict[str, str]] = None, upgrade_policy: Optional[azure.mgmt.servicefabric.models._models_py3.ApplicationUpgradePolicy] = None, minimum_nodes: Optional[int] = None, maximum_nodes: Optional[int] = 0, remove_application_capacity: Optional[bool] = None, metrics: Optional[List[azure.mgmt.servicefabric.models._models_py3.ApplicationMetricDescription]] = None, managed_identities: Optional[List[azure.mgmt.servicefabric.models._models_py3.ApplicationUserAssignedIdentity]] = None, type_name: Optional[str] = None, **kwargs)
Parameters
- type_version
- str
The version of the application type as defined in the application manifest.
List of application parameters with overridden values from their default values specified in the application manifest.
- upgrade_policy
- ApplicationUpgradePolicy
Describes the policy for a monitored application upgrade.
- minimum_nodes
- <xref:long>
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.
- maximum_nodes
- <xref:long>
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.
- metrics
- list[ApplicationMetricDescription]
List of application capacity metric description.
- managed_identities
- list[ApplicationUserAssignedIdentity]
List of user assigned identities for the application, each mapped to a friendly name.
Variables
- provisioning_state
- str
The current deployment or provisioning state, which only appears in the response.
Feedback
Submit and view feedback for