Description | : Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric managed cluster resource. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}
{
subscriptionId:
string
,
resourceGroupName:
string
,
clusterName:
string
,
applicationTypeName:
string
,
api-version:
string
,
}
⚐ Response (200)
{
properties:
}
{
,
provisioningState:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}