Microsoft.ServiceFabric (preview:2021-09-01-privatepreview)

2025/09/12 • 42 new, 42 deleted methods

ApplicationTypes_Get (new)
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 ,
}
,
}
ApplicationTypes_CreateOrUpdate (new)
Description Create or update a Service Fabric managed application type name resource with the specified name.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{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_Update (new)
Description Updates the tags of an application type resource of a given managed cluster.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ 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 managed cluster resource.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{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 ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypeVersions_Update (new)
Description Updates the tags of an application type version resource of a given managed cluster.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

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

⚐ Response (default)

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

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Get (new)
Description Get a Service Fabric managed 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/managedclusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
parameters:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}

⚐ Response (202)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Update (new)
Description Updates the tags of an application resource of a given managed cluster.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_List (new)
Description Gets all managed 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/managedclusters/{clusterName}/applications
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: 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 managed application resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{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 ,
}
,
servicePackageActivationMode: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{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 ,
}
,
servicePackageActivationMode: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_Update (new)
Description Updates the tags of a service resource of a given managed cluster.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}/services/{serviceName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{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 ,
}
,
servicePackageActivationMode: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusters_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/managedClusters
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusters_ListBySubscription (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/managedClusters
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusters_Get (new)
Description Get a Service Fabric managed 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/managedClusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusterVersion_Get (new)
Description Gets information about an available Service Fabric managed cluster code version.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
clusterCodeVersion: string ,
supportExpiryUtc: string ,
osType: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusterVersion_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}/managedClusterVersions/{clusterVersion}
{
location: string ,
environment: string ,
api-version: string ,
subscriptionId: string ,
clusterVersion: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
clusterCodeVersion: string ,
supportExpiryUtc: string ,
osType: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusterVersion_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}/managedClusterVersions
{
location: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
clusterCodeVersion: string ,
supportExpiryUtc: string ,
osType: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusterVersion_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}/managedClusterVersions
{
location: string ,
environment: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
clusterCodeVersion: string ,
supportExpiryUtc: string ,
osType: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
managedUnsupportedVMSizes_List (new)
Description Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
size: string ,
}
,
id: string ,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
managedUnsupportedVMSizes_Get (new)
Description Get unsupported vm size for Service Fabric Managed Clusters.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
size: string ,
}
,
id: string ,
name: string ,
type: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: 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 ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
nextLink: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_ListByManagedClusters (new)
Description Gets all Node types of the specified managed cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Restart (new)
Description Restarts one or more nodes on the node type. It will disable the fabric nodes, trigger a restart on the VMs and activate the nodes back again.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}/restart
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
}
,
}

⚐ Response (202)

{}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Reimage (new)
Description Reimages one or more nodes on the node type. It will disable the fabric nodes, trigger a reimage on the VMs and activate the nodes back again.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}/reimage
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
}
,
}

⚐ Response (202)

{}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_DeleteNode (new)
Description Deletes one or more nodes on the node type. It will disable the fabric nodes, trigger a delete on the VMs and removes the state from the cluster.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}/deleteNode
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
}
,
}

⚐ Response (202)

{}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypeSkus_List (new)
Description Get a Service Fabric node type supported SKUs.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}/skus
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
resourceType: string ,
sku:
{
name: string ,
tier: string ,
}
,
capacity:
{
minimum: integer ,
maximum: integer ,
default: integer ,
scaleType: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Get (new)
Description Get a Service Fabric node type of a given managed cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_CreateOrUpdate (new)
Description Create or update a Service Fabric node type of a given managed cluster.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
parameters:
{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (202)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Update (new)
Description Update the configuration of a node type of a given managed cluster, only updating tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
parameters:
{
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
additionalProperties: string ,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Delete (new)
Description Delete a Service Fabric node type of a given managed cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
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 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 ,
}
,
}
ApplicationTypes_CreateOrUpdate (removed)
Description Create or update a Service Fabric managed application type name resource with the specified name.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{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_Update (removed)
Description Updates the tags of an application type resource of a given managed cluster.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ 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 managed cluster resource.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{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 ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ApplicationTypeVersions_Update (removed)
Description Updates the tags of an application type version resource of a given managed cluster.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

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

⚐ Response (default)

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

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Get (removed)
Description Get a Service Fabric managed 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/managedclusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
parameters:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}

⚐ Response (202)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_Update (removed)
Description Updates the tags of an application resource of a given managed cluster.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Applications_List (removed)
Description Gets all managed 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/managedclusters/{clusterName}/applications
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: string ,
version: string ,
parameters: object ,
upgradePolicy:
{
applicationHealthPolicy:
{
considerWarningAsError: boolean ,
maxPercentUnhealthyDeployedApplications: integer ,
defaultServiceTypeHealthPolicy:
{
maxPercentUnhealthyServices: integer ,
maxPercentUnhealthyPartitionsPerService: integer ,
maxPercentUnhealthyReplicasPerPartition: integer ,
}
,
serviceTypeHealthPolicyMap: object ,
}
,
forceRestart: boolean ,
rollingUpgradeMonitoringPolicy:
{
failureAction: enum ,
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
instanceCloseDelayDuration: integer ,
upgradeMode: enum ,
upgradeReplicaSetCheckTimeout: integer ,
recreateApplication: boolean ,
}
,
managedIdentities:
[
{
name: string ,
principalId: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: 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 managed application resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{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 ,
}
,
servicePackageActivationMode: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{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 ,
}
,
servicePackageActivationMode: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Services_Update (removed)
Description Updates the tags of a service resource of a given managed cluster.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{clusterName}/applications/{applicationName}/services/{serviceName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedclusters/{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 ,
}
,
servicePackageActivationMode: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusters_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/managedClusters
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusters_ListBySubscription (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/managedClusters
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusters_Get (removed)
Description Get a Service Fabric managed 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/managedClusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}
{
resourceGroupName: string ,
clusterName: string ,
api-version: string ,
subscriptionId: string ,
parameters:
{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
properties:
{
dnsName: string ,
fqdn: string ,
ipv4Address: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprints:
[
string ,
]
,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probePort: integer ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
clusterCodeVersion: string ,
clusterUpgradeMode: enum ,
clusterUpgradeCadence: enum ,
addonFeatures:
[
string ,
]
,
enableAutoOSUpgrade: boolean ,
zonalResiliency: boolean ,
applicationTypeVersionsCleanupPolicy:
{
maxUnusedVersionsToKeep: integer ,
}
,
enableIpv6: boolean ,
subnetId: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusterVersion_Get (removed)
Description Gets information about an available Service Fabric managed cluster code version.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
clusterCodeVersion: string ,
supportExpiryUtc: string ,
osType: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusterVersion_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}/managedClusterVersions/{clusterVersion}
{
location: string ,
environment: string ,
api-version: string ,
subscriptionId: string ,
clusterVersion: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
clusterCodeVersion: string ,
supportExpiryUtc: string ,
osType: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusterVersion_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}/managedClusterVersions
{
location: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
clusterCodeVersion: string ,
supportExpiryUtc: string ,
osType: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusterVersion_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}/managedClusterVersions
{
location: string ,
environment: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
properties:
{
clusterCodeVersion: string ,
supportExpiryUtc: string ,
osType: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
managedUnsupportedVMSizes_List (removed)
Description Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
size: string ,
}
,
id: string ,
name: string ,
type: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
managedUnsupportedVMSizes_Get (removed)
Description Get unsupported vm size for Service Fabric Managed Clusters.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
size: string ,
}
,
id: string ,
name: string ,
type: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: 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 ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
nextLink: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_ListByManagedClusters (removed)
Description Gets all Node types of the specified managed cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Restart (removed)
Description Restarts one or more nodes on the node type. It will disable the fabric nodes, trigger a restart on the VMs and activate the nodes back again.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}/restart
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
}
,
}

⚐ Response (202)

{}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Reimage (removed)
Description Reimages one or more nodes on the node type. It will disable the fabric nodes, trigger a reimage on the VMs and activate the nodes back again.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}/reimage
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
}
,
}

⚐ Response (202)

{}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_DeleteNode (removed)
Description Deletes one or more nodes on the node type. It will disable the fabric nodes, trigger a delete on the VMs and removes the state from the cluster.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}/deleteNode
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
}
,
}

⚐ Response (202)

{}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypeSkus_List (removed)
Description Get a Service Fabric node type supported SKUs.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}/skus
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
resourceType: string ,
sku:
{
name: string ,
tier: string ,
}
,
capacity:
{
minimum: integer ,
maximum: integer ,
default: integer ,
scaleType: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Get (removed)
Description Get a Service Fabric node type of a given managed cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_CreateOrUpdate (removed)
Description Create or update a Service Fabric node type of a given managed cluster.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
parameters:
{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (202)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Update (removed)
Description Update the configuration of a node type of a given managed cluster, only updating tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
{
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
api-version: string ,
parameters:
{
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
additionalProperties: string ,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
vmSize: string ,
vmImagePublisher: string ,
vmImageOffer: string ,
vmImageSku: string ,
vmImageVersion: string ,
vmSecrets:
[
{
sourceVault:
{
id: string ,
}
,
vaultCertificates:
[
{
certificateUrl: string ,
certificateStore: string ,
}
,
]
,
}
,
]
,
vmExtensions:
[
{
name: string ,
properties:
{
publisher: string ,
type: string ,
typeHandlerVersion: string ,
autoUpgradeMinorVersion: boolean ,
settings: object ,
protectedSettings: object ,
forceUpdateTag: string ,
provisionAfterExtensions:
[
string ,
]
,
provisioningState: string ,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
provisioningState: enum ,
}
,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Delete (removed)
Description Delete a Service Fabric node type of a given managed cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (200)

{}

⚐ Response (default)

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