ArmDeploymentManagerModelFactory.RolloutStep 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 RolloutStep.
public static Azure.ResourceManager.DeploymentManager.Models.RolloutStep RolloutStep (string name = default, string status = default, string stepGroup = default, Azure.ResourceManager.DeploymentManager.Models.StepOperationInfo operationInfo = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DeploymentManager.Models.ResourceOperation> resourceOperations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DeploymentManager.Models.Message> messages = default);
static member RolloutStep : string * string * string * Azure.ResourceManager.DeploymentManager.Models.StepOperationInfo * seq<Azure.ResourceManager.DeploymentManager.Models.ResourceOperation> * seq<Azure.ResourceManager.DeploymentManager.Models.Message> -> Azure.ResourceManager.DeploymentManager.Models.RolloutStep
Public Shared Function RolloutStep (Optional name As String = Nothing, Optional status As String = Nothing, Optional stepGroup As String = Nothing, Optional operationInfo As StepOperationInfo = Nothing, Optional resourceOperations As IEnumerable(Of ResourceOperation) = Nothing, Optional messages As IEnumerable(Of Message) = Nothing) As RolloutStep
Parameters
- name
- String
Name of the step.
- status
- String
Current state of the step.
- stepGroup
- String
The step group the current step is part of.
- operationInfo
- StepOperationInfo
Detailed information of specific action execution.
- resourceOperations
- IEnumerable<ResourceOperation>
Set of resource operations that were performed, if any, on an Azure resource.
- messages
- IEnumerable<Message>
Supplementary informative messages during rollout.
Returns
A new RolloutStep instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.