Application Types - List

Gets the list of application type name resources created in the specified Service Fabric cluster resource.
Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes?api-version=2023-11-01-preview

URI Parameters

Name In Required Type Description
clusterName
path True

string

The name of the cluster resource.

resourceGroupName
path True

string

The name of the resource group.

subscriptionId
path True

string

The customer subscription identifier.

api-version
query True

string

The version of the Service Fabric resource provider API. This is a required parameter and it's value must be "2023-11-01-preview" for this specification.

Responses

Name Type Description
200 OK

ApplicationTypeResourceList

The operation completed successfully.

Other Status Codes

ErrorModel

The detailed error response.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

Get a list of application type name resources

Sample Request

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applicationTypes?api-version=2023-11-01-preview

Sample Response

{
  "value": [
    {
      "type": "applicationTypes",
      "location": "eastus",
      "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.ServiceFabric/clusters/myCluster/applicationTypes/myAppType",
      "name": "myCluster",
      "tags": {},
      "etag": "W/\"636462502174844831\"",
      "properties": {
        "provisioningState": "Succeeded"
      }
    }
  ],
  "nextLink": ""
}

Definitions

Name Description
ApplicationTypeResource

The application type name resource

ApplicationTypeResourceList

The list of application type names.

ErrorModel

The structure of the error.

ErrorModelError

The error details.

SystemData

Metadata pertaining to creation and last modification of the resource.

ApplicationTypeResource

The application type name resource

Name Type Description
etag

string

Azure resource etag.

id

string

Azure resource identifier.

location

string

It will be deprecated in New API, resource location depends on the parent resource.

name

string

Azure resource name.

properties.provisioningState

string

The current deployment or provisioning state, which only appears in the response.

systemData

SystemData

Metadata pertaining to creation and last modification of the resource.

tags

object

Azure resource tags.

type

string

Azure resource type.

ApplicationTypeResourceList

The list of application type names.

Name Type Description
nextLink

string

URL to get the next set of application type list results if there are any.

value

ApplicationTypeResource[]

The application type name resource

ErrorModel

The structure of the error.

Name Type Description
error

ErrorModelError

The error details.

ErrorModelError

The error details.

Name Type Description
code

string

The error code.

message

string

The error message.

SystemData

Metadata pertaining to creation and last modification of the resource.

Name Type Description
createdAt

string

The timestamp of resource creation (UTC).

createdBy

string

The identity that created the resource.

createdByType

string

The type of identity that created the resource.

lastModifiedAt

string

The timestamp of resource last modification (UTC).

lastModifiedBy

string

The identity that last modified the resource.

lastModifiedByType

string

The type of identity that last modified the resource.