Microsoft.ServiceFabric (preview:2020-01-01)

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

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 ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
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 ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
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 ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
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 ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
string ,
]
,
}
,
sku:
{
name: enum ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
dnsName: string ,
fqdn: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
string ,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (200)

{
properties:
{
dnsName: string ,
fqdn: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
string ,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
dnsName: string ,
fqdn: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
string ,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusters_Update (new)
Description Update the configuration 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:
{
properties:
{
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
clusterCodeVersion: string ,
addonFeatures:
[
string ,
]
,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
dnsName: string ,
fqdn: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
string ,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
dnsName: string ,
fqdn: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
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 ,
}
,
}
Operations_List (new)
Description Get the list of available Service Fabric resource provider API operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusterVersions_ListByOS (new)
Description Gets all available code versions for Service Fabric cluster resources by OS type.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
msiVersion: string ,
supportExpiryUtc: string ,
osType: enum ,
}

⚐ 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 ,
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 ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}
,
]
,
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 ,
}
,
}
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 ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ 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 ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Update (new)
Description Update the configuration of a node type of a given managed cluster.
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:
{
properties:
{
vmInstanceCount: integer ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
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 ,
}
,
}
,
]
,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ 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 ,
}
,
}
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 ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
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 ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
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 ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
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 ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
string ,
]
,
}
,
sku:
{
name: enum ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
dnsName: string ,
fqdn: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
string ,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (200)

{
properties:
{
dnsName: string ,
fqdn: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
string ,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
dnsName: string ,
fqdn: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
string ,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusters_Update (removed)
Description Update the configuration 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:
{
properties:
{
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
clients:
[
{
isAdmin: boolean ,
thumbprint: string ,
commonName: string ,
issuerThumbprint: string ,
}
,
]
,
azureActiveDirectory:
{
tenantId: string ,
clusterApplication: string ,
clientApplication: string ,
}
,
fabricSettings:
[
{
name: string ,
parameters:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
clusterCodeVersion: string ,
addonFeatures:
[
string ,
]
,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
dnsName: string ,
fqdn: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
string ,
]
,
}
,
sku:
{
name: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
dnsName: string ,
fqdn: string ,
clusterId: string ,
clusterState: enum ,
clusterCertificateThumbprint: string ,
clientConnectionPort: integer ,
httpGatewayConnectionPort: integer ,
adminUserName: string ,
adminPassword: string ,
loadBalancingRules:
[
{
frontendPort: integer ,
backendPort: integer ,
protocol: enum ,
probeProtocol: enum ,
probeRequestPath: string ,
}
,
]
,
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 ,
addonFeatures:
[
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 ,
}
,
}
Operations_List (removed)
Description Get the list of available Service Fabric resource provider API operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
ManagedClusterVersions_ListByOS (removed)
Description Gets all available code versions for Service Fabric cluster resources by OS type.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
msiVersion: string ,
supportExpiryUtc: string ,
osType: enum ,
}

⚐ 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 ,
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 ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}
,
]
,
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 ,
}
,
}
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 ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ 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 ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
NodeTypes_Update (removed)
Description Update the configuration of a node type of a given managed cluster.
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:
{
properties:
{
vmInstanceCount: integer ,
placementProperties: object ,
capacities: object ,
applicationPorts:
{
startPort: integer ,
endPort: integer ,
}
,
ephemeralPorts:
{
startPort: integer ,
endPort: integer ,
}
,
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 ,
}
,
}
,
]
,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
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 ,
}
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ 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 ,
}
,
}