Cluster interface

The cluster resource

Extends

Properties

addOnFeatures

The list of add-on features to enable in the cluster.

applicationTypeVersionsCleanupPolicy

The policy used to clean up unused versions.

availableClusterVersions

The Service Fabric runtime versions available for this cluster. NOTE: This property will not be serialized. It can only be populated by the server.

azureActiveDirectory

The AAD authentication settings of the cluster.

certificate

The certificate to use for securing the cluster. The certificate provided will be used for node to node security within the cluster, SSL certificate for cluster management endpoint and default admin client.

certificateCommonNames

Describes a list of server certificates referenced by common name that are used to secure the cluster.

clientCertificateCommonNames

The list of client certificates referenced by common name that are allowed to manage the cluster.

clientCertificateThumbprints

The list of client certificates referenced by thumbprint that are allowed to manage the cluster.

clusterCodeVersion

The Service Fabric runtime version of the cluster. This property can only by set the user when upgradeMode is set to 'Manual'. To get list of available Service Fabric versions for new clusters use ClusterVersion API. To get the list of available version for existing clusters use availableClusterVersions.

clusterEndpoint

The Azure Resource Provider endpoint. A system service in the cluster connects to this endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

clusterId

A service generated unique identifier for the cluster resource. NOTE: This property will not be serialized. It can only be populated by the server.

clusterState

The current state of the cluster.

  • WaitingForNodes - Indicates that the cluster resource is created and the resource provider is waiting for Service Fabric VM extension to boot up and report to it.
  • Deploying - Indicates that the Service Fabric runtime is being installed on the VMs. Cluster resource will be in this state until the cluster boots up and system services are up.
  • BaselineUpgrade - Indicates that the cluster is upgrading to establishes the cluster version. This upgrade is automatically initiated when the cluster boots up for the first time.
  • UpdatingUserConfiguration - Indicates that the cluster is being upgraded with the user provided configuration.
  • UpdatingUserCertificate - Indicates that the cluster is being upgraded with the user provided certificate.
  • UpdatingInfrastructure - Indicates that the cluster is being upgraded with the latest Service Fabric runtime version. This happens only when the upgradeMode is set to 'Automatic'.
  • EnforcingClusterVersion - Indicates that cluster is on a different version than expected and the cluster is being upgraded to the expected version.
  • UpgradeServiceUnreachable - Indicates that the system service in the cluster is no longer polling the Resource Provider. Clusters in this state cannot be managed by the Resource Provider.
  • AutoScale - Indicates that the ReliabilityLevel of the cluster is being adjusted.
  • Ready - Indicates that the cluster is in a stable state.

NOTE: This property will not be serialized. It can only be populated by the server.

diagnosticsStorageAccountConfig

The storage account information for storing Service Fabric diagnostic logs.

eventStoreServiceEnabled

Indicates if the event store service is enabled.

fabricSettings

The list of custom fabric settings to configure the cluster.

infrastructureServiceManager

Indicates if infrastructure service manager is enabled.

managementEndpoint

The http management endpoint of the cluster.

nodeTypes

The list of node types in the cluster.

notifications

Indicates a list of notification channels for cluster events.

provisioningState

The provisioning state of the cluster resource. NOTE: This property will not be serialized. It can only be populated by the server.

reliabilityLevel

The reliability level sets the replica set size of system services. Learn about ReliabilityLevel.

  • None - Run the System services with a target replica set count of 1. This should only be used for test clusters.
  • Bronze - Run the System services with a target replica set count of 3. This should only be used for test clusters.
  • Silver - Run the System services with a target replica set count of 5.
  • Gold - Run the System services with a target replica set count of 7.
  • Platinum - Run the System services with a target replica set count of 9.
reverseProxyCertificate

The server certificate used by reverse proxy.

reverseProxyCertificateCommonNames

Describes a list of server certificates referenced by common name that are used to secure the cluster.

sfZonalUpgradeMode

This property controls the logical grouping of VMs in upgrade domains (UDs). This property can't be modified if a node type with multiple Availability Zones is already present in the cluster.

upgradeDescription

The policy to use when upgrading the cluster.

upgradeMode

The upgrade mode of the cluster when new Service Fabric runtime version is available.

upgradePauseEndTimestampUtc

Indicates the end date and time to pause automatic runtime version upgrades on the cluster for an specific period of time on the cluster (UTC).

upgradePauseStartTimestampUtc

Indicates the start date and time to pause automatic runtime version upgrades on the cluster for an specific period of time on the cluster (UTC).

upgradeWave

Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when upgradeMode is set to 'Automatic'.

vmImage

The VM image VMSS has been configured with. Generic names such as Windows or Linux can be used.

vmssZonalUpgradeMode

This property defines the upgrade mode for the virtual machine scale set, it is mandatory if a node type with multiple Availability Zones is added.

waveUpgradePaused

Boolean to pause automatic runtime version upgrades to the cluster.

Inherited Properties

etag

Azure resource etag. NOTE: This property will not be serialized. It can only be populated by the server.

id

Azure resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

location

Azure resource location.

name

Azure resource name. NOTE: This property will not be serialized. It can only be populated by the server.

systemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

tags

Azure resource tags.

type

Azure resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

addOnFeatures

The list of add-on features to enable in the cluster.

addOnFeatures?: string[]

Property Value

string[]

applicationTypeVersionsCleanupPolicy

The policy used to clean up unused versions.

applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicy

Property Value

availableClusterVersions

The Service Fabric runtime versions available for this cluster. NOTE: This property will not be serialized. It can only be populated by the server.

availableClusterVersions?: ClusterVersionDetails[]

Property Value

azureActiveDirectory

The AAD authentication settings of the cluster.

azureActiveDirectory?: AzureActiveDirectory

Property Value

certificate

The certificate to use for securing the cluster. The certificate provided will be used for node to node security within the cluster, SSL certificate for cluster management endpoint and default admin client.

certificate?: CertificateDescription

Property Value

certificateCommonNames

Describes a list of server certificates referenced by common name that are used to secure the cluster.

certificateCommonNames?: ServerCertificateCommonNames

Property Value

clientCertificateCommonNames

The list of client certificates referenced by common name that are allowed to manage the cluster.

clientCertificateCommonNames?: ClientCertificateCommonName[]

Property Value

clientCertificateThumbprints

The list of client certificates referenced by thumbprint that are allowed to manage the cluster.

clientCertificateThumbprints?: ClientCertificateThumbprint[]

Property Value

clusterCodeVersion

The Service Fabric runtime version of the cluster. This property can only by set the user when upgradeMode is set to 'Manual'. To get list of available Service Fabric versions for new clusters use ClusterVersion API. To get the list of available version for existing clusters use availableClusterVersions.

clusterCodeVersion?: string

Property Value

string

clusterEndpoint

The Azure Resource Provider endpoint. A system service in the cluster connects to this endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

clusterEndpoint?: string

Property Value

string

clusterId

A service generated unique identifier for the cluster resource. NOTE: This property will not be serialized. It can only be populated by the server.

clusterId?: string

Property Value

string

clusterState

The current state of the cluster.

  • WaitingForNodes - Indicates that the cluster resource is created and the resource provider is waiting for Service Fabric VM extension to boot up and report to it.
  • Deploying - Indicates that the Service Fabric runtime is being installed on the VMs. Cluster resource will be in this state until the cluster boots up and system services are up.
  • BaselineUpgrade - Indicates that the cluster is upgrading to establishes the cluster version. This upgrade is automatically initiated when the cluster boots up for the first time.
  • UpdatingUserConfiguration - Indicates that the cluster is being upgraded with the user provided configuration.
  • UpdatingUserCertificate - Indicates that the cluster is being upgraded with the user provided certificate.
  • UpdatingInfrastructure - Indicates that the cluster is being upgraded with the latest Service Fabric runtime version. This happens only when the upgradeMode is set to 'Automatic'.
  • EnforcingClusterVersion - Indicates that cluster is on a different version than expected and the cluster is being upgraded to the expected version.
  • UpgradeServiceUnreachable - Indicates that the system service in the cluster is no longer polling the Resource Provider. Clusters in this state cannot be managed by the Resource Provider.
  • AutoScale - Indicates that the ReliabilityLevel of the cluster is being adjusted.
  • Ready - Indicates that the cluster is in a stable state.

NOTE: This property will not be serialized. It can only be populated by the server.

clusterState?: string

Property Value

string

diagnosticsStorageAccountConfig

The storage account information for storing Service Fabric diagnostic logs.

diagnosticsStorageAccountConfig?: DiagnosticsStorageAccountConfig

Property Value

eventStoreServiceEnabled

Indicates if the event store service is enabled.

eventStoreServiceEnabled?: boolean

Property Value

boolean

fabricSettings

The list of custom fabric settings to configure the cluster.

fabricSettings?: SettingsSectionDescription[]

Property Value

infrastructureServiceManager

Indicates if infrastructure service manager is enabled.

infrastructureServiceManager?: boolean

Property Value

boolean

managementEndpoint

The http management endpoint of the cluster.

managementEndpoint?: string

Property Value

string

nodeTypes

The list of node types in the cluster.

nodeTypes?: NodeTypeDescription[]

Property Value

notifications

Indicates a list of notification channels for cluster events.

notifications?: Notification_2[]

Property Value

provisioningState

The provisioning state of the cluster resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

reliabilityLevel

The reliability level sets the replica set size of system services. Learn about ReliabilityLevel.

  • None - Run the System services with a target replica set count of 1. This should only be used for test clusters.
  • Bronze - Run the System services with a target replica set count of 3. This should only be used for test clusters.
  • Silver - Run the System services with a target replica set count of 5.
  • Gold - Run the System services with a target replica set count of 7.
  • Platinum - Run the System services with a target replica set count of 9.
reliabilityLevel?: string

Property Value

string

reverseProxyCertificate

The server certificate used by reverse proxy.

reverseProxyCertificate?: CertificateDescription

Property Value

reverseProxyCertificateCommonNames

Describes a list of server certificates referenced by common name that are used to secure the cluster.

reverseProxyCertificateCommonNames?: ServerCertificateCommonNames

Property Value

sfZonalUpgradeMode

This property controls the logical grouping of VMs in upgrade domains (UDs). This property can't be modified if a node type with multiple Availability Zones is already present in the cluster.

sfZonalUpgradeMode?: string

Property Value

string

upgradeDescription

The policy to use when upgrading the cluster.

upgradeDescription?: ClusterUpgradePolicy

Property Value

upgradeMode

The upgrade mode of the cluster when new Service Fabric runtime version is available.

upgradeMode?: string

Property Value

string

upgradePauseEndTimestampUtc

Indicates the end date and time to pause automatic runtime version upgrades on the cluster for an specific period of time on the cluster (UTC).

upgradePauseEndTimestampUtc?: Date

Property Value

Date

upgradePauseStartTimestampUtc

Indicates the start date and time to pause automatic runtime version upgrades on the cluster for an specific period of time on the cluster (UTC).

upgradePauseStartTimestampUtc?: Date

Property Value

Date

upgradeWave

Indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when upgradeMode is set to 'Automatic'.

upgradeWave?: string

Property Value

string

vmImage

The VM image VMSS has been configured with. Generic names such as Windows or Linux can be used.

vmImage?: string

Property Value

string

vmssZonalUpgradeMode

This property defines the upgrade mode for the virtual machine scale set, it is mandatory if a node type with multiple Availability Zones is added.

vmssZonalUpgradeMode?: string

Property Value

string

waveUpgradePaused

Boolean to pause automatic runtime version upgrades to the cluster.

waveUpgradePaused?: boolean

Property Value

boolean

Inherited Property Details

etag

Azure resource etag. NOTE: This property will not be serialized. It can only be populated by the server.

etag?: string

Property Value

string

Inherited From Resource.etag

id

Azure resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Resource.id

location

Azure resource location.

location: string

Property Value

string

Inherited From Resource.location

name

Azure resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Resource.name

systemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

Inherited From Resource.systemData

tags

Azure resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From Resource.tags

type

Azure resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Resource.type