HciDeploymentSetting

class HciDeploymentSetting : KotlinCustomResource

Manages a Stack HCI Deployment Setting.

Note: Completion of the prerequisites of deploying the Azure Stack HCI in your environment is outside the scope of this document. For more details refer to the Azure Stack HCI deployment sequence. If you encounter issues completing the prerequisites, we'd recommend opening a ticket with Microsoft Support. Note: During the deployment process, the service will generate additional resources, including a new Arc Bridge Appliance and a Custom Location containing several Stack HCI Storage Paths. The provider will attempt to remove these resources on the deletion or recreation of azure.stack.HciDeploymentSetting.

Import

Stack HCI Deployment Settings can be imported using the resource id, e.g.

$ pulumi import azure:stack/hciDeploymentSetting:HciDeploymentSetting example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/group1/providers/Microsoft.AzureStackHCI/clusters/clus1/deploymentSettings/default

Properties

Link copied to clipboard
val arcResourceIds: Output<List<String>>

Specifies a list of IDs of Azure ARC machine resource to be part of cluster. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

One or more scale_unit blocks as defined below. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard

The ID of the Azure Stack HCI cluster. Changing this forces a new Stack HCI Deployment Setting to be created.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

The deployment template version. The format must be a set of numbers separated by dots such as 10.0.0.0. Changing this forces a new Stack HCI Deployment Setting to be created.