ApplicationResource Class
The application resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.servicefabricmanagedclusters.models._models_py3.ProxyResourceApplicationResource
Constructor
ApplicationResource(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, identity: Optional[azure.mgmt.servicefabricmanagedclusters.models._models_py3.ManagedIdentity] = None, version: Optional[str] = None, parameters: Optional[Dict[str, str]] = None, upgrade_policy: Optional[azure.mgmt.servicefabricmanagedclusters.models._models_py3.ApplicationUpgradePolicy] = None, managed_identities: Optional[List[azure.mgmt.servicefabricmanagedclusters.models._models_py3.ApplicationUserAssignedIdentity]] = None, **kwargs)
Parameters
- identity
- <xref:service_fabric_managed_clusters_management_client.models.ManagedIdentity>
Describes the managed identities for an Azure resource.
- version
- str
The version of the application type as defined in the application manifest. This name must be the full Arm Resource ID for the referenced application type version.
List of application parameters with overridden values from their default values specified in the application manifest.
- upgrade_policy
- <xref:service_fabric_managed_clusters_management_client.models.ApplicationUpgradePolicy>
Describes the policy for a monitored application upgrade.
- managed_identities
- list[<xref:service_fabric_managed_clusters_management_client.models.ApplicationUserAssignedIdentity>]
List of user assigned identities for the application, each mapped to a friendly name.
Variables
- id
- str
Azure resource identifier.
- name
- str
Azure resource name.
- type
- str
Azure resource type.
- system_data
- <xref:service_fabric_managed_clusters_management_client.models.SystemData>
Metadata pertaining to creation and last modification of the resource.
- provisioning_state
- str
The current deployment or provisioning state, which only appears in the response.
Feedback
Submit and view feedback for