RollingUpgradeStatusInfo 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
RollingUpgradeStatusInfo()
public RollingUpgradeStatusInfo ();
Public Sub New ()
Applies to
RollingUpgradeStatusInfo(String, String, String, String, IDictionary<String, String>, RollingUpgradePolicy, RollingUpgradeRunningStatus, RollingUpgradeProgressInfo, ApiError)
public RollingUpgradeStatusInfo (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradePolicy policy = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradeRunningStatus runningStatus = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradeProgressInfo progress = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError error = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradeStatusInfo : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradePolicy * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradeRunningStatus * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradeProgressInfo * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.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
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- policy
- RollingUpgradePolicy
- runningStatus
- RollingUpgradeRunningStatus
- progress
- RollingUpgradeProgressInfo
- error
- ApiError