Skip to main content

applications

Overview

Nameapplications
TypeResource
Idazure.service_fabric_managed_clusters.applications

Fields

NameDatatypeDescription
idstringAzure resource identifier.
namestringAzure resource name.
identityobjectDescribes the managed identities for an Azure resource.
locationstringResource location depends on the parent resource.
propertiesobjectThe application resource properties.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectAzure resource tags.
typestringAzure resource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTapi-version, applicationName, clusterName, resourceGroupName, subscriptionIdGet a Service Fabric managed application resource created or in the process of being created in the Service Fabric cluster resource.
listSELECTapi-version, clusterName, resourceGroupName, subscriptionIdGets all managed application resources created or in the process of being created in the Service Fabric cluster resource.
create_or_updateINSERTapi-version, applicationName, clusterName, resourceGroupName, subscriptionIdCreate or update a Service Fabric managed application resource with the specified name.
deleteDELETEapi-version, applicationName, clusterName, resourceGroupName, subscriptionIdDelete a Service Fabric managed application resource with the specified name.
_listEXECapi-version, clusterName, resourceGroupName, subscriptionIdGets all managed application resources created or in the process of being created in the Service Fabric cluster resource.
read_upgradeEXECapi-version, applicationName, clusterName, resourceGroupName, subscriptionIdGet the status of the latest application upgrade. It will query the cluster to find the status of the latest application upgrade.
resume_upgradeEXECapi-version, applicationName, clusterName, resourceGroupName, subscriptionIdSend a request to resume the current application upgrade. This will resume the application upgrade from where it was paused.
start_rollbackEXECapi-version, applicationName, clusterName, resourceGroupName, subscriptionIdSend a request to start a rollback of the current application upgrade. This will start rolling back the application to the previous version.
updateEXECapi-version, applicationName, clusterName, resourceGroupName, subscriptionIdUpdates the tags of an application resource of a given managed cluster.