Description | : Creates an application resource with the specified name and description. If an application with the same name already exists, then its description is updated to the one indicated in this request. Use network resources to provide public connectivity to the services of an application. |
Reference | : Link ¶ |
⚼ Request
PUT:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationName}
{
subscriptionId:
string
,
api-version:
string
,
resourceGroupName:
string
,
applicationName:
string
,
applicationResourceDescription:
}
{
,
properties:
string
,
}
⚐ Response (200)
{
properties:
string
,
}
⚐ Response (201)
{
properties:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
innerError:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
}