RollingUpgradeStatusInfoInner Constructors
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.
Overloads
RollingUpgradeStatusInfoInner() |
Initializes a new instance of the RollingUpgradeStatusInfoInner class. |
RollingUpgradeStatusInfoInner(String, String, String, String, IDictionary<String,String>, RollingUpgradePolicy, RollingUpgradeRunningStatus, RollingUpgradeProgressInfo, ApiError) |
Initializes a new instance of the RollingUpgradeStatusInfoInner class. |
RollingUpgradeStatusInfoInner()
Initializes a new instance of the RollingUpgradeStatusInfoInner class.
public RollingUpgradeStatusInfoInner ();
Public Sub New ()
Applies to
RollingUpgradeStatusInfoInner(String, String, String, String, IDictionary<String,String>, RollingUpgradePolicy, RollingUpgradeRunningStatus, RollingUpgradeProgressInfo, ApiError)
Initializes a new instance of the RollingUpgradeStatusInfoInner class.
public RollingUpgradeStatusInfoInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradePolicy policy = default, Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeRunningStatus runningStatus = default, Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeProgressInfo progress = default, Microsoft.Azure.Management.Compute.Fluent.Models.ApiError error = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeStatusInfoInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradePolicy * Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeRunningStatus * Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeProgressInfo * Microsoft.Azure.Management.Compute.Fluent.Models.ApiError -> Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeStatusInfoInner
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
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- 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
Azure SDK for .NET