ClusterPropertiesOutput interface
Describes the cluster resource properties.
Properties
| add |
The list of add-on features to enable in the cluster. |
| application |
The policy used to clean up unused versions. |
| available |
The Service Fabric runtime versions available for this cluster. |
| azure |
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. |
| certificate |
Describes a list of server certificates referenced by common name that are used to secure the cluster. |
| client |
The list of client certificates referenced by common name that are allowed to manage the cluster. |
| client |
The list of client certificates referenced by thumbprint that are allowed to manage the cluster. |
| cluster |
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. |
| cluster |
The Azure Resource Provider endpoint. A system service in the cluster connects to this endpoint. |
| cluster |
A service generated unique identifier for the cluster resource. |
| cluster |
The current state of the cluster.
|
| diagnostics |
The storage account information for storing Service Fabric diagnostic logs. |
| event |
Indicates if the event store service is enabled. |
| fabric |
The list of custom fabric settings to configure the cluster. |
| infrastructure |
Indicates if infrastructure service manager is enabled. |
| management |
The http management endpoint of the cluster. |
| node |
The list of node types in the cluster. |
| notifications | Indicates a list of notification channels for cluster events. |
| provisioning |
The provisioning state of the cluster resource. |
| reliability |
The reliability level sets the replica set size of system services. Learn about ReliabilityLevel.
|
| reverse |
The server certificate used by reverse proxy. |
| reverse |
Describes a list of server certificates referenced by common name that are used to secure the cluster. |
| sf |
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. |
| upgrade |
The policy to use when upgrading the cluster. |
| upgrade |
The upgrade mode of the cluster when new Service Fabric runtime version is available. |
| upgrade |
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). |
| upgrade |
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). |
| upgrade |
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'. |
| vm |
The VM image VMSS has been configured with. Generic names such as Windows or Linux can be used. |
| vmss |
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. |
| wave |
Boolean to pause automatic runtime version upgrades to the cluster. |
Property Details
addOnFeatures
The list of add-on features to enable in the cluster.
addOnFeatures?: ("RepairManager" | "DnsService" | "BackupRestoreService" | "ResourceMonitorService")[]
Property Value
("RepairManager" | "DnsService" | "BackupRestoreService" | "ResourceMonitorService")[]
applicationTypeVersionsCleanupPolicy
The policy used to clean up unused versions.
applicationTypeVersionsCleanupPolicy?: ApplicationTypeVersionsCleanupPolicyOutput
Property Value
availableClusterVersions
The Service Fabric runtime versions available for this cluster.
availableClusterVersions?: ClusterVersionDetailsOutput[]
Property Value
azureActiveDirectory
The AAD authentication settings of the cluster.
azureActiveDirectory?: AzureActiveDirectoryOutput
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?: CertificateDescriptionOutput
Property Value
certificateCommonNames
Describes a list of server certificates referenced by common name that are used to secure the cluster.
certificateCommonNames?: ServerCertificateCommonNamesOutput
Property Value
clientCertificateCommonNames
The list of client certificates referenced by common name that are allowed to manage the cluster.
clientCertificateCommonNames?: ClientCertificateCommonNameOutput[]
Property Value
clientCertificateThumbprints
The list of client certificates referenced by thumbprint that are allowed to manage the cluster.
clientCertificateThumbprints?: ClientCertificateThumbprintOutput[]
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.
clusterEndpoint?: string
Property Value
string
clusterId
A service generated unique identifier for the cluster resource.
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.
clusterState?: "WaitingForNodes" | "Deploying" | "BaselineUpgrade" | "UpdatingUserConfiguration" | "UpdatingUserCertificate" | "UpdatingInfrastructure" | "EnforcingClusterVersion" | "UpgradeServiceUnreachable" | "AutoScale" | "Ready"
Property Value
"WaitingForNodes" | "Deploying" | "BaselineUpgrade" | "UpdatingUserConfiguration" | "UpdatingUserCertificate" | "UpdatingInfrastructure" | "EnforcingClusterVersion" | "UpgradeServiceUnreachable" | "AutoScale" | "Ready"
diagnosticsStorageAccountConfig
The storage account information for storing Service Fabric diagnostic logs.
diagnosticsStorageAccountConfig?: DiagnosticsStorageAccountConfigOutput
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?: SettingsSectionDescriptionOutput[]
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: NodeTypeDescriptionOutput[]
Property Value
notifications
Indicates a list of notification channels for cluster events.
notifications?: NotificationOutput[]
Property Value
provisioningState
The provisioning state of the cluster resource.
provisioningState?: "Updating" | "Succeeded" | "Failed" | "Canceled"
Property Value
"Updating" | "Succeeded" | "Failed" | "Canceled"
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?: "None" | "Bronze" | "Silver" | "Gold" | "Platinum"
Property Value
"None" | "Bronze" | "Silver" | "Gold" | "Platinum"
reverseProxyCertificate
The server certificate used by reverse proxy.
reverseProxyCertificate?: CertificateDescriptionOutput
Property Value
reverseProxyCertificateCommonNames
Describes a list of server certificates referenced by common name that are used to secure the cluster.
reverseProxyCertificateCommonNames?: ServerCertificateCommonNamesOutput
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?: "Parallel" | "Hierarchical"
Property Value
"Parallel" | "Hierarchical"
upgradeDescription
The policy to use when upgrading the cluster.
upgradeDescription?: ClusterUpgradePolicyOutput
Property Value
upgradeMode
The upgrade mode of the cluster when new Service Fabric runtime version is available.
upgradeMode?: "Automatic" | "Manual"
Property Value
"Automatic" | "Manual"
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?: string
Property Value
string
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?: string
Property Value
string
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?: "Wave0" | "Wave1" | "Wave2"
Property Value
"Wave0" | "Wave1" | "Wave2"
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?: "Parallel" | "Hierarchical"
Property Value
"Parallel" | "Hierarchical"
waveUpgradePaused
Boolean to pause automatic runtime version upgrades to the cluster.
waveUpgradePaused?: boolean
Property Value
boolean