Share via


RollingUpgradeStatusInfo Constructors

Definition

Overloads

RollingUpgradeStatusInfo()

Initializes a new instance of the RollingUpgradeStatusInfo class.

RollingUpgradeStatusInfo(String, String, String, String, IDictionary<String, String>, RollingUpgradePolicy, RollingUpgradeRunningStatus, RollingUpgradeProgressInfo, ApiError)

Initializes a new instance of the RollingUpgradeStatusInfo class.

RollingUpgradeStatusInfo()

Initializes a new instance of the RollingUpgradeStatusInfo class.

public RollingUpgradeStatusInfo ();
Public Sub New ()

Applies to

RollingUpgradeStatusInfo(String, String, String, String, IDictionary<String, String>, RollingUpgradePolicy, RollingUpgradeRunningStatus, RollingUpgradeProgressInfo, ApiError)

Initializes a new instance of the RollingUpgradeStatusInfo class.

public RollingUpgradeStatusInfo (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy policy = default, Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus runningStatus = default, Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo progress = default, Microsoft.Azure.Management.Compute.Models.ApiError error = default);
new Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusInfo : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.RollingUpgradePolicy * Microsoft.Azure.Management.Compute.Models.RollingUpgradeRunningStatus * Microsoft.Azure.Management.Compute.Models.RollingUpgradeProgressInfo * Microsoft.Azure.Management.Compute.Models.ApiError -> Microsoft.Azure.Management.Compute.Models.RollingUpgradeStatusInfo
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional policy As RollingUpgradePolicy = Nothing, Optional runningStatus As RollingUpgradeRunningStatus = Nothing, Optional progress As RollingUpgradeProgressInfo = Nothing, Optional error As ApiError = Nothing)

Parameters

location
String

Resource location

id
String

Resource Id

name
String

Resource name

type
String

Resource type

tags
IDictionary<String,String>

Resource tags

policy
RollingUpgradePolicy

The rolling upgrade policies applied for this upgrade.

runningStatus
RollingUpgradeRunningStatus

Information about the current running state of the overall upgrade.

progress
RollingUpgradeProgressInfo

Information about the number of virtual machine instances in each upgrade state.

error
ApiError

Error details for this upgrade, if there are any.

Applies to