ArmHciModelFactory.HciClusterDeploymentStep 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 HciClusterDeploymentStep.
public static Azure.ResourceManager.Hci.Models.HciClusterDeploymentStep HciClusterDeploymentStep (string name = default, string description = default, string fullStepIndex = default, string startOn = default, string endOn = default, string status = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciClusterDeploymentStep> steps = default, System.Collections.Generic.IEnumerable<string> exception = default);
static member HciClusterDeploymentStep : string * string * string * string * string * string * seq<Azure.ResourceManager.Hci.Models.HciClusterDeploymentStep> * seq<string> -> Azure.ResourceManager.Hci.Models.HciClusterDeploymentStep
Public Shared Function HciClusterDeploymentStep (Optional name As String = Nothing, Optional description As String = Nothing, Optional fullStepIndex As String = Nothing, Optional startOn As String = Nothing, Optional endOn As String = Nothing, Optional status As String = Nothing, Optional steps As IEnumerable(Of HciClusterDeploymentStep) = Nothing, Optional exception As IEnumerable(Of String) = Nothing) As HciClusterDeploymentStep
Parameters
- name
- String
Name of step.
- description
- String
Description of step.
- fullStepIndex
- String
FullStepIndex of step.
- startOn
- String
Start time of step.
- endOn
- String
End time of step.
- status
- String
Status of step. Allowed values are 'Error', 'Success', 'InProgress'.
List of nested steps of AzureStackHCI Cluster Deployment.
- exception
- IEnumerable<String>
List of exceptions in AzureStackHCI Cluster Deployment.
Returns
A new HciClusterDeploymentStep instance for mocking.
Applies to
Azure SDK for .NET