ArmDataBoxEdgeModelFactory.DataBoxEdgeUpdateDetails Method
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.
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.
- updateType
- Nullable<DataBoxEdgeUpdateType>
Type of the Update.
- targetVersion
- String
Target Version number.
- friendlyVersionNumber
- String
Friendly Version Number.
- 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET