ArmHciModelFactory.HciClusterDeploymentSettingData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of HciClusterDeploymentSettingData.
public static Azure.ResourceManager.Hci.HciClusterDeploymentSettingData HciClusterDeploymentSettingData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Hci.Models.HciProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> arcNodeResourceIds = default, Azure.ResourceManager.Hci.Models.EceDeploymentMode? deploymentMode = default, Azure.ResourceManager.Hci.Models.HciClusterOperationType? operationType = default, Azure.ResourceManager.Hci.Models.HciClusterDeploymentConfiguration deploymentConfiguration = default, Azure.ResourceManager.Hci.Models.EceReportedProperties reportedProperties = default);
static member HciClusterDeploymentSettingData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Hci.Models.HciProvisioningState> * seq<Azure.Core.ResourceIdentifier> * Nullable<Azure.ResourceManager.Hci.Models.EceDeploymentMode> * Nullable<Azure.ResourceManager.Hci.Models.HciClusterOperationType> * Azure.ResourceManager.Hci.Models.HciClusterDeploymentConfiguration * Azure.ResourceManager.Hci.Models.EceReportedProperties -> Azure.ResourceManager.Hci.HciClusterDeploymentSettingData
Public Shared Function HciClusterDeploymentSettingData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of HciProvisioningState) = Nothing, Optional arcNodeResourceIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional deploymentMode As Nullable(Of EceDeploymentMode) = Nothing, Optional operationType As Nullable(Of HciClusterOperationType) = Nothing, Optional deploymentConfiguration As HciClusterDeploymentConfiguration = Nothing, Optional reportedProperties As EceReportedProperties = Nothing) As HciClusterDeploymentSettingData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<HciProvisioningState>
DeploymentSetting provisioning state.
- arcNodeResourceIds
- IEnumerable<ResourceIdentifier>
Azure resource ids of Arc machines to be part of cluster.
- deploymentMode
- Nullable<EceDeploymentMode>
The deployment mode for cluster deployment.
- operationType
- Nullable<HciClusterOperationType>
The intended operation for a cluster.
- deploymentConfiguration
- HciClusterDeploymentConfiguration
Scale units will contains list of deployment data.
- reportedProperties
- EceReportedProperties
Deployment Status reported from cluster.
Returns
A new HciClusterDeploymentSettingData instance for mocking.
Applies to
Azure SDK for .NET