Microsoft.ServiceFabric (preview:2017-07-01)

2025/09/26 • 30 new, 30 deleted methods

Operations_List (new)
Description Lists all of the available ServiceFabric Resource Manager REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ServiceFabric/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
nextLink: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ApplicationTypes_Get (new)
Description Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{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 ,
}
,
}
ApplicationTypes_Create (new)
Description Create or update a Service Fabric application type name resource with the specified name.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
api-version: string ,
parameters:
{
properties:
{
provisioningState: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypes_Delete (new)
Description Delete a Service Fabric application type name resource with the specified name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
api-version: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypes_List (new)
Description Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypeVersions_Get (new)
Description Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
defaultParameterList: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypeVersions_Create (new)
Description Create or update a Service Fabric application type version resource with the specified name.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
api-version: string ,
parameters:
{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
defaultParameterList: object ,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
defaultParameterList: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypeVersions_Delete (new)
Description Delete a Service Fabric application type version resource with the specified name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
api-version: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypeVersions_List (new)
Description Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
defaultParameterList: object ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Get (new)
Description Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
typeName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Create (new)
Description Create or update a Service Fabric application resource with the specified name.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
parameters:
{
properties:
{
provisioningState: string ,
typeName: string ,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
typeName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Update (new)
Description Update a Service Fabric application resource with the specified name.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
parameters:
{
properties:
{
typeVersion: string ,
parameters: object ,
upgradePolicy:
{
upgradeReplicaSetCheckTimeout: string ,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
applicationHealthPolicy:
{
ConsiderWarningAsError: boolean ,
MaxPercentUnhealthyDeployedApplications: integer ,
DefaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
ServiceTypeHealthPolicyMap: object ,
}
,
}
,
minimumNodes: integer ,
maximumNodes: integer ,
removeApplicationCapacity: boolean ,
metrics:
[
{
Name: string ,
MaximumCapacity: integer ,
ReservationCapacity: integer ,
TotalApplicationCapacity: integer ,
}
,
]
,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
typeName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Delete (new)
Description Delete a Service Fabric application resource with the specified name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_List (new)
Description Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
typeName: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_Get (new)
Description Get a Service Fabric service resource created or in the process of being created in the Service Fabric application resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
PartitionScheme: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_Create (new)
Description Create or update a Service Fabric service resource with the specified name.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
api-version: string ,
parameters:
{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
PartitionScheme: enum ,
}
,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
PartitionScheme: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_Update (new)
Description Update a Service Fabric service resource with the specified name.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
api-version: string ,
parameters:
{
properties:
{
serviceKind: enum ,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
PartitionScheme: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_Delete (new)
Description Delete a Service Fabric service resource with the specified name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
api-version: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_List (new)
Description Gets all service resources created or in the process of being created in the Service Fabric application resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
PartitionScheme: enum ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Clusters_Create (new)
Description Create cluster resource
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
parameters: object ,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Clusters_Delete (new)
Description Delete cluster resource
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Clusters_Get (new)
Description Get cluster resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Clusters_Update (new)
Description Update cluster configuration
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
reliabilityLevel: enum ,
upgradeMode: enum ,
clusterCodeVersion: string ,
certificate:
{
thumbprint: string ,
thumbprintSecondary: string ,
x509StoreName: enum ,
}
,
clientCertificateThumbprints:
[
{
isAdmin: boolean ,
certificateThumbprint: string ,
}
,
]
,
clientCertificateCommonNames:
[
{
isAdmin: boolean ,
certificateCommonName: string ,
certificateIssuerThumbprint: string ,
}
,
]
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
reverseProxyCertificate:
{
thumbprint: string ,
thumbprintSecondary: string ,
x509StoreName: enum ,
}
,
nodeTypes:
[
{
name: string ,
placementProperties: object ,
capacities: object ,
clientConnectionEndpointPort: integer ,
httpGatewayEndpointPort: integer ,
durabilityLevel: enum ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
isPrimary: boolean ,
vmInstanceCount: integer ,
reverseProxyEndpointPort: integer ,
}
,
]
,
upgradeDescription:
{
forceRestart: boolean ,
upgradeReplicaSetCheckTimeout: string ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
}
,
addOnFeatures:
[
string ,
]
,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Clusters_ListByResourceGroup (new)
Description List cluster resource by resource group
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
object ,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Clusters_List (new)
Description List cluster resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
object ,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ClusterVersions_Get (new)
Description Get cluster code versions by location
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}
{
location: string ,
api-version: string ,
subscriptionId: string ,
clusterVersion: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
properties:
{
codeVersion: string ,
supportExpiryUtc: string ,
environment: enum ,
}
,
}
,
]
,
nextLink: string ,
}
ClusterVersions_GetByEnvironment (new)
Description Get cluster code versions by environment
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}
{
location: string ,
environment: string ,
api-version: string ,
subscriptionId: string ,
clusterVersion: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
properties:
{
codeVersion: string ,
supportExpiryUtc: string ,
environment: enum ,
}
,
}
,
]
,
nextLink: string ,
}
ClusterVersions_List (new)
Description List cluster code versions by location
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions
{
location: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
properties:
{
codeVersion: string ,
supportExpiryUtc: string ,
environment: enum ,
}
,
}
,
]
,
nextLink: string ,
}
ClusterVersions_ListByEnvironment (new)
Description List cluster code versions by environment
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions
{
location: string ,
environment: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
properties:
{
codeVersion: string ,
supportExpiryUtc: string ,
environment: enum ,
}
,
}
,
]
,
nextLink: string ,
}
Operations_List (new)
Description Lists all of the available ServiceFabric Resource Manager REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ServiceFabric/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
nextLink: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Operations_List (removed)
Description Lists all of the available ServiceFabric Resource Manager REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ServiceFabric/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
nextLink: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ApplicationTypes_Get (removed)
Description Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{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 ,
}
,
}
ApplicationTypes_Create (removed)
Description Create or update a Service Fabric application type name resource with the specified name.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
api-version: string ,
parameters:
{
properties:
{
provisioningState: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypes_Delete (removed)
Description Delete a Service Fabric application type name resource with the specified name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
api-version: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypes_List (removed)
Description Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypeVersions_Get (removed)
Description Get a Service Fabric application type version resource created or in the process of being created in the Service Fabric application type name resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
defaultParameterList: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypeVersions_Create (removed)
Description Create or update a Service Fabric application type version resource with the specified name.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
api-version: string ,
parameters:
{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
defaultParameterList: object ,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
defaultParameterList: object ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypeVersions_Delete (removed)
Description Delete a Service Fabric application type version resource with the specified name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
api-version: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypeVersions_List (removed)
Description Gets all application type version resources created or in the process of being created in the Service Fabric application type name resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
defaultParameterList: object ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Get (removed)
Description Get a Service Fabric application resource created or in the process of being created in the Service Fabric cluster resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
typeName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Create (removed)
Description Create or update a Service Fabric application resource with the specified name.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
parameters:
{
properties:
{
provisioningState: string ,
typeName: string ,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
typeName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Update (removed)
Description Update a Service Fabric application resource with the specified name.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
parameters:
{
properties:
{
typeVersion: string ,
parameters: object ,
upgradePolicy:
{
upgradeReplicaSetCheckTimeout: string ,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
applicationHealthPolicy:
{
ConsiderWarningAsError: boolean ,
MaxPercentUnhealthyDeployedApplications: integer ,
DefaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
ServiceTypeHealthPolicyMap: object ,
}
,
}
,
minimumNodes: integer ,
maximumNodes: integer ,
removeApplicationCapacity: boolean ,
metrics:
[
{
Name: string ,
MaximumCapacity: integer ,
ReservationCapacity: integer ,
TotalApplicationCapacity: integer ,
}
,
]
,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
typeName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Delete (removed)
Description Delete a Service Fabric application resource with the specified name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_List (removed)
Description Gets all application resources created or in the process of being created in the Service Fabric cluster resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
typeName: string ,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_Get (removed)
Description Get a Service Fabric service resource created or in the process of being created in the Service Fabric application resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
PartitionScheme: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_Create (removed)
Description Create or update a Service Fabric service resource with the specified name.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
api-version: string ,
parameters:
{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
PartitionScheme: enum ,
}
,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
PartitionScheme: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_Update (removed)
Description Update a Service Fabric service resource with the specified name.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
api-version: string ,
parameters:
{
properties:
{
serviceKind: enum ,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
PartitionScheme: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_Delete (removed)
Description Delete a Service Fabric service resource with the specified name.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services/{serviceName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
api-version: string ,
}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_List (removed)
Description Gets all service resources created or in the process of being created in the Service Fabric application resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applications/{applicationName}/services
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
PartitionScheme: enum ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Clusters_Create (removed)
Description Create cluster resource
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
parameters: object ,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Clusters_Delete (removed)
Description Delete cluster resource
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Clusters_Get (removed)
Description Get cluster resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Clusters_Update (removed)
Description Update cluster configuration
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
reliabilityLevel: enum ,
upgradeMode: enum ,
clusterCodeVersion: string ,
certificate:
{
thumbprint: string ,
thumbprintSecondary: string ,
x509StoreName: enum ,
}
,
clientCertificateThumbprints:
[
{
isAdmin: boolean ,
certificateThumbprint: string ,
}
,
]
,
clientCertificateCommonNames:
[
{
isAdmin: boolean ,
certificateCommonName: string ,
certificateIssuerThumbprint: string ,
}
,
]
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
reverseProxyCertificate:
{
thumbprint: string ,
thumbprintSecondary: string ,
x509StoreName: enum ,
}
,
nodeTypes:
[
{
name: string ,
placementProperties: object ,
capacities: object ,
clientConnectionEndpointPort: integer ,
httpGatewayEndpointPort: integer ,
durabilityLevel: enum ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
isPrimary: boolean ,
vmInstanceCount: integer ,
reverseProxyEndpointPort: integer ,
}
,
]
,
upgradeDescription:
{
forceRestart: boolean ,
upgradeReplicaSetCheckTimeout: string ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
}
,
addOnFeatures:
[
string ,
]
,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (202)

{}

⚐ Response (default)

{
code: string ,
message: string ,
}
Clusters_ListByResourceGroup (removed)
Description List cluster resource by resource group
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
object ,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
Clusters_List (removed)
Description List cluster resource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clusters
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
object ,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}
ClusterVersions_Get (removed)
Description Get cluster code versions by location
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}
{
location: string ,
api-version: string ,
subscriptionId: string ,
clusterVersion: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
properties:
{
codeVersion: string ,
supportExpiryUtc: string ,
environment: enum ,
}
,
}
,
]
,
nextLink: string ,
}
ClusterVersions_GetByEnvironment (removed)
Description Get cluster code versions by environment
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}
{
location: string ,
environment: string ,
api-version: string ,
subscriptionId: string ,
clusterVersion: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
properties:
{
codeVersion: string ,
supportExpiryUtc: string ,
environment: enum ,
}
,
}
,
]
,
nextLink: string ,
}
ClusterVersions_List (removed)
Description List cluster code versions by location
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions
{
location: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
properties:
{
codeVersion: string ,
supportExpiryUtc: string ,
environment: enum ,
}
,
}
,
]
,
nextLink: string ,
}
ClusterVersions_ListByEnvironment (removed)
Description List cluster code versions by environment
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions
{
location: string ,
environment: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
id: string ,
name: string ,
type: string ,
properties:
{
codeVersion: string ,
supportExpiryUtc: string ,
environment: enum ,
}
,
}
,
]
,
nextLink: string ,
}
Operations_List (removed)
Description Lists all of the available ServiceFabric Resource Manager REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ServiceFabric/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
nextLink: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: string ,
message: string ,
}