DeploymentWalkUpgradeDomainParameters Class
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.
Parameters supplied to the Walk Upgrade Domain operation.
public class DeploymentWalkUpgradeDomainParameters
type DeploymentWalkUpgradeDomainParameters = class
Public Class DeploymentWalkUpgradeDomainParameters
- Inheritance
-
DeploymentWalkUpgradeDomainParameters
Constructors
DeploymentWalkUpgradeDomainParameters() |
Initializes a new instance of the DeploymentWalkUpgradeDomainParameters class. |
DeploymentWalkUpgradeDomainParameters(Int32) |
Initializes a new instance of the DeploymentWalkUpgradeDomainParameters class with required arguments. |
Properties
UpgradeDomain |
Required. An integer value that identifies the update domain to update. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on. |
Applies to
Azure SDK for .NET