Microsoft.ServiceFabric (preview:2024-11-01)

2025/03/14 • 61 new, 61 deleted methods

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 ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
location: string ,
environment: string ,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
location: string ,
environment: 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 ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperationResults_Get (new)
Description Get long running operation result.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperationStatus_Get (new)
Description Get long running operation status.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
name: string ,
startTime: string ,
endTime: string ,
percentComplete: number ,
status: string ,
error:
{
code: string ,
message: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
location: string ,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
location: 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 ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
location: string ,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
location: string ,
vmSize: string ,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: 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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: 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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: 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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: 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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}

⚐ Response (202)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
}
,
$schema:
{
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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: 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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
}
,
tags: object ,
location: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
parameters:
{
properties:
{
provisioningState: string ,
}
,
tags: object ,
location: string ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
parameters:
{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
}
,
tags: object ,
location: string ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (202)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
}
,
$schema:
{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
}
,
tags: object ,
location: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
value:
[
{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
}

⚐ Response (200)

{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
parameters:
{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}
,
}

⚐ Response (200)

{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}

⚐ Response (202)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
}
,
$schema:
{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Applications_ReadUpgrade (new)
Description Get the status of the latest application upgrade. It will query the cluster to find the status of the latest application upgrade.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Applications_ResumeUpgrade (new)
Description Send a request to resume the current application upgrade. This will resume the application upgrade from where it was paused.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/resumeUpgrade
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
parameters:
{
upgradeDomainName: string ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
parameters:
{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (202)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
}
,
$schema:
{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Applications_StartRollback (new)
Description Send a request to start a rollback of the current application upgrade. This will start rolling back the application to the previous version.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
managedApplyMaintenanceWindow_Post (new)
Description Action to Apply Maintenance window on the Service Fabric Managed Clusters, right now. Any pending update will be applied.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedClusters_GetFaultSimulation (new)
Description Gets a fault simulation by the simulationId.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/getFaultSimulation
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
parameters:
{
simulationId: string ,
}
,
}

⚐ Response (200)

{
simulationId: string ,
status: enum ,
startTime: string ,
endTime: string ,
details:
{
clusterId: string ,
operationId: string ,
nodeTypeFaultSimulation:
[
{
nodeTypeName: string ,
status: enum ,
operationId: string ,
operationStatus: enum ,
}
,
]
,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
managedMaintenanceWindowStatus_Get (new)
Description Action to get Maintenance Window Status of the Service Fabric Managed Clusters.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
isWindowEnabled: boolean ,
isRegionReady: boolean ,
isWindowActive: boolean ,
canApplyUpdates: boolean ,
lastWindowStatusUpdateAtUTC: string ,
lastWindowStartTimeUTC: string ,
lastWindowEndTimeUTC: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
managedAzResiliencyStatus_Get (new)
Description Action to get Az Resiliency Status of all the Base resources constituting Service Fabric Managed Clusters.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
baseResourceStatus:
[
{
resourceName: string ,
resourceType: string ,
isZoneResilient: boolean ,
details: string ,
}
,
]
,
isClusterZoneResilient: boolean ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedClusters_ListFaultSimulation (new)
Description Gets the list of recent fault simulations for the cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
simulationId: string ,
status: enum ,
startTime: string ,
endTime: string ,
details:
{
clusterId: string ,
operationId: string ,
nodeTypeFaultSimulation:
[
{
nodeTypeName: string ,
status: enum ,
operationId: string ,
operationStatus: enum ,
}
,
]
,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (202)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
}
,
$schema:
{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_Deallocate (new)
Description Deallocates one or more nodes on the node type. It will disable the fabric nodes, trigger a shutdown on the VMs and release them from the cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
updateType: enum ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_GetFaultSimulation (new)
Description Gets a fault simulation by the simulationId.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
simulationId: string ,
status: enum ,
startTime: string ,
endTime: string ,
details:
{
clusterId: string ,
operationId: string ,
nodeTypeFaultSimulation:
[
{
nodeTypeName: string ,
status: enum ,
operationId: string ,
operationStatus: enum ,
}
,
]
,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_ListFaultSimulation (new)
Description Gets the list of recent fault simulations for the node type.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
simulationId: string ,
status: enum ,
startTime: string ,
endTime: string ,
details:
{
clusterId: string ,
operationId: string ,
nodeTypeFaultSimulation:
[
{
nodeTypeName: string ,
status: enum ,
operationId: string ,
operationStatus: enum ,
}
,
]
,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_Redeploy (new)
Description Redeploys one or more nodes on the node type. It will disable the fabric nodes, trigger a shut down on the VMs, move them to a new node, and power them back on.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
updateType: enum ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
updateType: enum ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: 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 ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_Start (new)
Description Starts one or more nodes on the node type. It will trigger an allocation of the fabric node if needed and activate them.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_StartFaultSimulation (new)
Description Starts a fault simulation on the node type.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}/startFaultSimulation
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_StopFaultSimulation (new)
Description Stops a fault simulation on the node type.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedClusters_StartFaultSimulation (new)
Description Starts a fault simulation on the cluster.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/startFaultSimulation
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedClusters_StopFaultSimulation (new)
Description Stops a fault simulation on the cluster.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/stopFaultSimulation
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
parameters:
{
simulationId: string ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
parameters:
{
properties:
{
provisioningState: string ,
}
,
tags: object ,
location: string ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
}
,
tags: object ,
location: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
parameters:
{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
}
,
tags: object ,
location: string ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (202)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
}
,
$schema:
{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
}
,
tags: object ,
location: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
appPackageUrl: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
version: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationTypeName: string ,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Applications_ReadUpgrade (removed)
Description Get the status of the latest application upgrade. It will query the cluster to find the status of the latest application upgrade.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Applications_StartRollback (removed)
Description Send a request to start a rollback of the current application upgrade. This will start rolling back the application to the previous version.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Applications_ResumeUpgrade (removed)
Description Send a request to resume the current application upgrade. This will resume the application upgrade from where it was paused.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/applications/{applicationName}/resumeUpgrade
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
parameters:
{
upgradeDomainName: string ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
}

⚐ Response (200)

{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
parameters:
{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}
,
}

⚐ Response (200)

{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}

⚐ Response (202)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
}
,
$schema:
{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
value:
[
{
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 ,
}
,
]
,
}
,
tags: object ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
location: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
parameters:
{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (202)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
}
,
$schema:
{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
serviceName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
applicationName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: string ,
serviceKind: enum ,
serviceTypeName: string ,
partitionDescription:
{
partitionScheme: enum ,
}
,
servicePackageActivationMode: enum ,
serviceDnsName: string ,
}
,
tags: object ,
location: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedClusters_StartFaultSimulation (removed)
Description Starts a fault simulation on the cluster.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/startFaultSimulation
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedClusters_StopFaultSimulation (removed)
Description Stops a fault simulation on the cluster.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/stopFaultSimulation
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
parameters:
{
simulationId: string ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedClusters_GetFaultSimulation (removed)
Description Gets a fault simulation by the simulationId.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/getFaultSimulation
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
parameters:
{
simulationId: string ,
}
,
}

⚐ Response (200)

{
simulationId: string ,
status: enum ,
startTime: string ,
endTime: string ,
details:
{
clusterId: string ,
operationId: string ,
nodeTypeFaultSimulation:
[
{
nodeTypeName: string ,
status: enum ,
operationId: string ,
operationStatus: enum ,
}
,
]
,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ManagedClusters_ListFaultSimulation (removed)
Description Gets the list of recent fault simulations for the cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
simulationId: string ,
status: enum ,
startTime: string ,
endTime: string ,
details:
{
clusterId: string ,
operationId: string ,
nodeTypeFaultSimulation:
[
{
nodeTypeName: string ,
status: enum ,
operationId: string ,
operationStatus: enum ,
}
,
]
,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: 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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: 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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: 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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: 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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}

⚐ Response (202)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
}
,
$schema:
{
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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: 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 ,
loadDistribution: string ,
}
,
]
,
allowRdpAccess: boolean ,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: 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 ,
}
,
]
,
ipv6Address: string ,
enableServicePublicIP: boolean ,
auxiliarySubnets:
[
{
name: string ,
enableIpv6: boolean ,
privateEndpointNetworkPolicies: enum ,
privateLinkServiceNetworkPolicies: enum ,
networkSecurityGroupId: string ,
}
,
]
,
serviceEndpoints:
[
{
service: string ,
locations:
[
string ,
]
,
}
,
]
,
zonalUpdateMode: enum ,
useCustomVnet: boolean ,
publicIPPrefixId: string ,
publicIPv6PrefixId: string ,
ddosProtectionPlanId: string ,
upgradeDescription:
{
forceRestart: boolean ,
healthPolicy:
{
maxPercentUnhealthyNodes: integer ,
maxPercentUnhealthyApplications: integer ,
}
,
deltaHealthPolicy:
{
maxPercentDeltaUnhealthyNodes: integer ,
maxPercentUpgradeDomainDeltaUnhealthyNodes: integer ,
maxPercentDeltaUnhealthyApplications: integer ,
}
,
monitoringPolicy:
{
healthCheckWaitDuration: string ,
healthCheckStableDuration: string ,
healthCheckRetryTimeout: string ,
upgradeTimeout: string ,
upgradeDomainTimeout: string ,
}
,
upgradeReplicaSetCheckTimeout: string ,
}
,
httpGatewayTokenAuthConnectionPort: integer ,
enableHttpGatewayExclusiveAuthMode: boolean ,
autoGeneratedDomainNameLabelScope: enum ,
allocatedOutboundPorts: integer ,
}
,
etag: string ,
sku:
{
name: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
managedAzResiliencyStatus_Get (removed)
Description Action to get Az Resiliency Status of all the Base resources constituting Service Fabric Managed Clusters.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
baseResourceStatus:
[
{
resourceName: string ,
resourceType: string ,
isZoneResilient: boolean ,
details: string ,
}
,
]
,
isClusterZoneResilient: boolean ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
managedMaintenanceWindowStatus_Get (removed)
Description Action to get Maintenance Window Status of the Service Fabric Managed Clusters.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
isWindowEnabled: boolean ,
isRegionReady: boolean ,
isWindowActive: boolean ,
canApplyUpdates: boolean ,
lastWindowStatusUpdateAtUTC: string ,
lastWindowStartTimeUTC: string ,
lastWindowEndTimeUTC: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
managedApplyMaintenanceWindow_Post (removed)
Description Action to Apply Maintenance window on the Service Fabric Managed Clusters, right now. Any pending update will be applied.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
location: 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 ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
location: string ,
environment: 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 ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
location: string ,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
location: string ,
environment: string ,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
location: string ,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
location: string ,
vmSize: string ,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperationStatus_Get (removed)
Description Get long running operation status.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
name: string ,
startTime: string ,
endTime: string ,
percentComplete: number ,
status: string ,
error:
{
code: string ,
message: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperationResults_Get (removed)
Description Get long running operation result.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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 ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
updateType: enum ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
updateType: enum ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
nodes:
[
string ,
]
,
force: boolean ,
updateType: enum ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_Deallocate (removed)
Description Deallocates one or more nodes on the node type. It will disable the fabric nodes, trigger a shutdown on the VMs and release them from the cluster.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_Start (removed)
Description Starts one or more nodes on the node type. It will trigger an allocation of the fabric node if needed and activate them.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_Redeploy (removed)
Description Redeploys one or more nodes on the node type. It will disable the fabric nodes, trigger a shut down on the VMs, move them to a new node, and power them back on.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: 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 ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_StartFaultSimulation (removed)
Description Starts a fault simulation on the node type.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}/startFaultSimulation
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_StopFaultSimulation (removed)
Description Stops a fault simulation on the node type.
Reference Link ¶

⚼ Request

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

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_GetFaultSimulation (removed)
Description Gets a fault simulation by the simulationId.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
simulationId: string ,
status: enum ,
startTime: string ,
endTime: string ,
details:
{
clusterId: string ,
operationId: string ,
nodeTypeFaultSimulation:
[
{
nodeTypeName: string ,
status: enum ,
operationId: string ,
operationStatus: enum ,
}
,
]
,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
NodeTypes_ListFaultSimulation (removed)
Description Gets the list of recent fault simulations for the node type.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
simulationId: string ,
status: enum ,
startTime: string ,
endTime: string ,
details:
{
clusterId: string ,
operationId: string ,
nodeTypeFaultSimulation:
[
{
nodeTypeName: string ,
status: enum ,
operationId: string ,
operationStatus: enum ,
}
,
]
,
parameters:
{
faultKind: enum ,
force: boolean ,
constraints:
{
expirationTime: string ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (202)

{
$headers:
{
azure-asyncoperation: string ,
location: string ,
}
,
$schema:
{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
parameters:
{
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
isPrimary: boolean ,
vmInstanceCount: integer ,
dataDiskSizeGB: integer ,
dataDiskType: enum ,
dataDiskLetter: string ,
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 ,
enableAutomaticUpgrade: boolean ,
setupOrder:
[
string ,
]
,
}
,
}
,
]
,
vmManagedIdentity:
{
userAssignedIdentities:
[
string ,
]
,
}
,
isStateless: boolean ,
multiplePlacementGroups: boolean ,
frontendConfigurations:
[
{
ipAddressType: enum ,
loadBalancerBackendAddressPoolId: string ,
loadBalancerInboundNatPoolId: string ,
applicationGatewayBackendAddressPoolId: string ,
}
,
]
,
networkSecurityRules:
[
{
name: string ,
description: string ,
protocol: enum ,
sourceAddressPrefixes:
[
string ,
]
,
destinationAddressPrefixes:
[
string ,
]
,
sourcePortRanges:
[
string ,
]
,
destinationPortRanges:
[
string ,
]
,
sourceAddressPrefix: string ,
destinationAddressPrefix: string ,
sourcePortRange: string ,
destinationPortRange: string ,
access: enum ,
priority: integer ,
direction: enum ,
}
,
]
,
additionalDataDisks:
[
{
lun: integer ,
diskSizeGB: integer ,
diskType: enum ,
diskLetter: string ,
}
,
]
,
enableEncryptionAtHost: boolean ,
provisioningState: enum ,
enableAcceleratedNetworking: boolean ,
useDefaultPublicLoadBalancer: boolean ,
useTempDataDisk: boolean ,
enableOverProvisioning: boolean ,
zones:
[
string ,
]
,
isSpotVM: boolean ,
hostGroupId: string ,
useEphemeralOSDisk: boolean ,
spotRestoreTimeout: string ,
evictionPolicy: enum ,
vmImageResourceId: string ,
subnetId: string ,
vmSetupActions:
[
string ,
]
,
securityType: enum ,
secureBootEnabled: boolean ,
enableNodePublicIP: boolean ,
enableNodePublicIPv6: boolean ,
vmSharedGalleryImageId: string ,
natGatewayId: string ,
natConfigurations:
[
{
backendPort: integer ,
frontendPortRangeStart: integer ,
frontendPortRangeEnd: integer ,
}
,
]
,
vmImagePlan:
{
name: string ,
product: string ,
promotionCode: string ,
publisher: string ,
}
,
serviceArtifactReferenceId: string ,
dscpConfigurationId: string ,
additionalNetworkInterfaceConfigurations:
[
{
name: string ,
enableAcceleratedNetworking: boolean ,
dscpConfiguration:
{
id: string ,
}
,
ipConfigurations:
[
{
name: string ,
applicationGatewayBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerBackendAddressPools:
[
{
id: string ,
}
,
]
,
loadBalancerInboundNatPools:
[
{
id: string ,
}
,
]
,
subnet:
{
id: string ,
}
,
privateIPAddressVersion: enum ,
publicIPAddressConfiguration:
{
name: string ,
ipTags:
[
{
ipTagType: string ,
tag: string ,
}
,
]
,
publicIPAddressVersion: enum ,
}
,
}
,
]
,
}
,
]
,
computerNamePrefix: string ,
vmApplications:
[
{
configurationReference: string ,
enableAutomaticUpgrade: boolean ,
order: integer ,
packageReferenceId: string ,
vmGalleryTags: string ,
treatFailureAsDeploymentFailure: boolean ,
}
,
]
,
}
,
tags: object ,
sku:
{
name: string ,
tier: string ,
capacity: integer ,
}
,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
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}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
clusterName: string ,
nodeTypeName: string ,
}

⚐ Response (202)

{
azure-asyncoperation: string ,
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}