Skip to main content

application

Overview

Nameapplication
TypeResource
Idazure.service_fabric_mesh.application

Fields

NameDatatypeDescription
locationstringThe geo-location where the resource lives
propertiesobjectThis type describes properties of an application resource.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTapi-version, applicationResourceName, resourceGroupName, subscriptionIdGets the information about the application resource with the given name. The information include the description and other properties of the application.
list_by_resource_groupSELECTapi-version, resourceGroupName, subscriptionIdGets the information about all application resources in a given resource group. The information include the description and other properties of the Application.
list_by_subscriptionSELECTapi-version, subscriptionIdGets the information about all application resources in a given resource group. The information include the description and other properties of the application.
createINSERTapi-version, applicationResourceName, resourceGroupName, subscriptionId, data__propertiesCreates an application resource with the specified name, description and properties. If an application resource with the same name exists, then it is updated with the specified description and properties.
deleteDELETEapi-version, applicationResourceName, resourceGroupName, subscriptionIdDeletes the application resource identified by the name.
_list_by_resource_groupEXECapi-version, resourceGroupName, subscriptionIdGets the information about all application resources in a given resource group. The information include the description and other properties of the Application.
_list_by_subscriptionEXECapi-version, subscriptionIdGets the information about all application resources in a given resource group. The information include the description and other properties of the application.