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.ProxyResource
ApplicationResource

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

location
str
Required

Resource location depends on the parent resource.

tags
dict[str, str]
Required

A set of tags. Azure resource tags.

identity
<xref:service_fabric_managed_clusters_management_client.models.ManagedIdentity>
Required

Describes the managed identities for an Azure resource.

version
str
Required

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.

parameters
dict[str, str]
Required

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>
Required

Describes the policy for a monitored application upgrade.

managed_identities
list[<xref:service_fabric_managed_clusters_management_client.models.ApplicationUserAssignedIdentity>]
Required

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.