Service Fabric Cluster

This table represents the service_fabric_cluster resource from Microsoft Azure.

azure.service_fabric_cluster

Fields

TitleIDTypeData TypeDescription
_keycorestring
add_on_featurescorearray<string>The list of add-on features to enable in the cluster.
application_type_versions_cleanup_policycorejsonThe policy used to clean up unused versions.
available_cluster_versionscorejsonThe Service Fabric runtime versions available for this cluster.
azure_active_directorycorejsonThe AAD authentication settings of the cluster.
certificatecorejsonThe 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_common_namescorejson
client_certificate_common_namescorejsonThe list of client certificates referenced by common name that are allowed to manage the cluster.
client_certificate_thumbprintscorejsonThe list of client certificates referenced by thumbprint that are allowed to manage the cluster.
cluster_code_versioncorestringThe 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](https://learn.microsoft.com/rest/api/servicefabric/cluster-versions/list). To get the list of available version for existing clusters use **availableClusterVersions**.
cluster_endpointcorestringThe Azure Resource Provider endpoint. A system service in the cluster connects to this endpoint.
cluster_idcorestringA service generated unique identifier for the cluster resource.
cluster_statecorestring
diagnostics_storage_account_configcorejsonThe storage account information for storing Service Fabric diagnostic logs.
etagcorestringAzure resource etag.
event_store_service_enabledcoreboolIndicates if the event store service is enabled.
fabric_settingscorejsonThe list of custom fabric settings to configure the cluster.
idcorestringAzure resource identifier.
infrastructure_service_managercoreboolIndicates if infrastructure service manager is enabled.
locationcorestringAzure resource location.
management_endpointcorestringThe http management endpoint of the cluster.
namecorestringAzure resource name.
node_typescorejsonThe list of node types in the cluster.
notificationscorejsonIndicates a list of notification channels for cluster events.
provisioning_statecorestringThe provisioning state of the cluster resource.
reliability_levelcorestring
resource_groupcorestring
reverse_proxy_certificatecorejsonThe server certificate used by reverse proxy.
reverse_proxy_certificate_common_namescorejson
sf_zonal_upgrade_modecorestring
subscription_idcorestring
subscription_namecorestring
system_datacorejson
tagscorehstore
typecorestringAzure resource type.
upgrade_descriptioncorejsonThe policy to use when upgrading the cluster.
upgrade_modecorestring
upgrade_pause_end_timestamp_utccorestringIndicates 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_pause_start_timestamp_utccorestringIndicates 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_wavecorestringIndicates 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_imagecorestringThe VM image VMSS has been configured with. Generic names such as Windows or Linux can be used.
vmss_zonal_upgrade_modecorestring
wave_upgrade_pausedcoreboolBoolean to pause automatic runtime version upgrades to the cluster.