UpdateDetails 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
UpdateDetails() |
Initializes a new instance of the UpdateDetails class. |
UpdateDetails(String, Nullable<Double>, String, String, String, Nullable<Int32>, String, String, String) |
Initializes a new instance of the UpdateDetails class. |
UpdateDetails()
Initializes a new instance of the UpdateDetails class.
public UpdateDetails();
Public Sub New ()
Applies to
UpdateDetails(String, Nullable<Double>, String, String, String, Nullable<Int32>, String, String, String)
Initializes a new instance of the UpdateDetails class.
public UpdateDetails(string updateTitle = default, double? updateSize = default, string updateType = default, string targetVersion = default, string friendlyVersionNumber = default, int? estimatedInstallTimeInMins = default, string rebootBehavior = default, string installationImpact = default, string status = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.UpdateDetails : string * Nullable<double> * string * string * string * Nullable<int> * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.UpdateDetails
Public Sub New (Optional updateTitle As String = Nothing, Optional updateSize As Nullable(Of Double) = Nothing, Optional updateType As String = Nothing, Optional targetVersion As String = Nothing, Optional friendlyVersionNumber As String = Nothing, Optional estimatedInstallTimeInMins As Nullable(Of Integer) = Nothing, Optional rebootBehavior As String = Nothing, Optional installationImpact As String = Nothing, Optional status As String = Nothing)
Parameters
- updateTitle
- String
Title of the Update
- updateType
- String
Type of the Update. Possible values include: 'Software', 'Kubernetes', 'Firmware'
- targetVersion
- String
Target Version number
- friendlyVersionNumber
- String
Friendly Version Number
- rebootBehavior
- String
Indicates if updates are available and at least one of the updates needs a reboot. Possible values include: 'NeverReboots', 'RequiresReboot', 'RequestReboot'
- installationImpact
- String
Impact of Installing an updateType. Possible values include: 'None', 'DeviceRebooted', 'KubernetesWorkloadsDown'
- status
- String
Status of the update. Possible values include: 'DownloadPending', 'DownloadStarted', 'DownloadCompleted', 'InstallStarted', 'InstallCompleted'
Applies to
Azure SDK for .NET