Delen via


ArmDataBoxEdgeModelFactory.DataBoxEdgeUpdateDetails Method

Definition

Initializes a new instance of DataBoxEdgeUpdateDetails.

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeUpdateDetails DataBoxEdgeUpdateDetails (string updateTitle = default, double? updateSizeInBytes = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeUpdateType? updateType = default, string targetVersion = default, string friendlyVersionNumber = default, int? estimatedInstallTimeInMins = default, Azure.ResourceManager.DataBoxEdge.Models.InstallRebootBehavior? rebootBehavior = default, Azure.ResourceManager.DataBoxEdge.Models.InstallationImpact? installationImpact = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeUpdateStatus? status = default);
static member DataBoxEdgeUpdateDetails : string * Nullable<double> * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeUpdateType> * string * string * Nullable<int> * Nullable<Azure.ResourceManager.DataBoxEdge.Models.InstallRebootBehavior> * Nullable<Azure.ResourceManager.DataBoxEdge.Models.InstallationImpact> * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeUpdateStatus> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeUpdateDetails
Public Shared Function DataBoxEdgeUpdateDetails (Optional updateTitle As String = Nothing, Optional updateSizeInBytes As Nullable(Of Double) = Nothing, Optional updateType As Nullable(Of DataBoxEdgeUpdateType) = Nothing, Optional targetVersion As String = Nothing, Optional friendlyVersionNumber As String = Nothing, Optional estimatedInstallTimeInMins As Nullable(Of Integer) = Nothing, Optional rebootBehavior As Nullable(Of InstallRebootBehavior) = Nothing, Optional installationImpact As Nullable(Of InstallationImpact) = Nothing, Optional status As Nullable(Of DataBoxEdgeUpdateStatus) = Nothing) As DataBoxEdgeUpdateDetails

Parameters

updateTitle
String

Title of the Update.

updateSizeInBytes
Nullable<Double>

Size of the update(In Bytes).

updateType
Nullable<DataBoxEdgeUpdateType>

Type of the Update.

targetVersion
String

Target Version number.

friendlyVersionNumber
String

Friendly Version Number.

estimatedInstallTimeInMins
Nullable<Int32>

Estimated Install Time for the update.

rebootBehavior
Nullable<InstallRebootBehavior>

Indicates if updates are available and at least one of the updates needs a reboot.

installationImpact
Nullable<InstallationImpact>

Impact of Installing an updateType.

status
Nullable<DataBoxEdgeUpdateStatus>

Status of the update.

Returns

A new DataBoxEdgeUpdateDetails instance for mocking.

Applies to