Microsoft.ServiceFabric (stable:2018-02-01)

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

Clusters_Get (new)
Description Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.
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)

{
error:
{
code: string ,
message: string ,
}
,
}
Clusters_Create (new)
Description Create or update a Service Fabric cluster resource with the specified name.
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)

{
$schema: object ,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
addOnFeatures:
[
string ,
]
,
certificate:
{
thumbprint: string ,
thumbprintSecondary: string ,
x509StoreName: enum ,
}
,
certificateCommonNames:
{
commonNames:
[
{
certificateCommonName: string ,
certificateIssuerThumbprint: string ,
}
,
]
,
x509StoreName: enum ,
}
,
clientCertificateCommonNames:
[
{
isAdmin: boolean ,
certificateCommonName: string ,
certificateIssuerThumbprint: string ,
}
,
]
,
clientCertificateThumbprints:
[
{
isAdmin: boolean ,
certificateThumbprint: string ,
}
,
]
,
clusterCodeVersion: string ,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
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 ,
}
,
]
,
reliabilityLevel: enum ,
reverseProxyCertificate:
{
thumbprint: string ,
thumbprintSecondary: string ,
x509StoreName: enum ,
}
,
upgradeDescription:
{
forceRestart: boolean ,
upgradeReplicaSetCheckTimeout: string ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
applicationHealthPolicies: object ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
applicationDeltaHealthPolicies: object ,
}
,
}
,
upgradeMode: enum ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (202)

{
$schema: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Clusters_Delete (new)
Description Delete a Service Fabric cluster resource with the specified name.
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)

{
error:
{
code: string ,
message: string ,
}
,
}
Clusters_ListByResourceGroup (new)
Description Gets all Service Fabric cluster resources created or in the process of being created in the 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)

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ClusterVersions_Get (new)
Description Gets information about an available Service Fabric cluster code version.
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 Gets information about an available Service Fabric cluster code version 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 Gets all available code versions for Service Fabric cluster resources 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 Gets all available code versions for Service Fabric cluster resources 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 Get the list of available Service Fabric resource provider 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)

{
error:
{
code: string ,
message: string ,
}
,
}
Clusters_Get (removed)
Description Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.
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)

{
error:
{
code: string ,
message: string ,
}
,
}
Clusters_Create (removed)
Description Create or update a Service Fabric cluster resource with the specified name.
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)

{
$schema: object ,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
addOnFeatures:
[
string ,
]
,
certificate:
{
thumbprint: string ,
thumbprintSecondary: string ,
x509StoreName: enum ,
}
,
certificateCommonNames:
{
commonNames:
[
{
certificateCommonName: string ,
certificateIssuerThumbprint: string ,
}
,
]
,
x509StoreName: enum ,
}
,
clientCertificateCommonNames:
[
{
isAdmin: boolean ,
certificateCommonName: string ,
certificateIssuerThumbprint: string ,
}
,
]
,
clientCertificateThumbprints:
[
{
isAdmin: boolean ,
certificateThumbprint: string ,
}
,
]
,
clusterCodeVersion: string ,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
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 ,
}
,
]
,
reliabilityLevel: enum ,
reverseProxyCertificate:
{
thumbprint: string ,
thumbprintSecondary: string ,
x509StoreName: enum ,
}
,
upgradeDescription:
{
forceRestart: boolean ,
upgradeReplicaSetCheckTimeout: string ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
applicationHealthPolicies: object ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
applicationDeltaHealthPolicies: object ,
}
,
}
,
upgradeMode: enum ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
$schema: object ,
}

⚐ Response (202)

{
$schema: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Clusters_Delete (removed)
Description Delete a Service Fabric cluster resource with the specified name.
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)

{
error:
{
code: string ,
message: string ,
}
,
}
Clusters_ListByResourceGroup (removed)
Description Gets all Service Fabric cluster resources created or in the process of being created in the 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)

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ClusterVersions_Get (removed)
Description Gets information about an available Service Fabric cluster code version.
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 Gets information about an available Service Fabric cluster code version 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 Gets all available code versions for Service Fabric cluster resources 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 Gets all available code versions for Service Fabric cluster resources 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 Get the list of available Service Fabric resource provider 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)

{
error:
{
code: string ,
message: string ,
}
,
}