ArmDataBoxEdgeModelFactory.DataBoxEdgeUpdateDetails Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
- updateTitle
- String
Titel des Updates.
- updateType
- Nullable<DataBoxEdgeUpdateType>
Typ des Updates.
- targetVersion
- String
Zielversionsnummer.
- friendlyVersionNumber
- String
Benutzerfreundliche Versionsnummer.
- rebootBehavior
- Nullable<InstallRebootBehavior>
Gibt an, ob Updates verfügbar sind und mindestens eines der Updates einen Neustart erfordert.
- installationImpact
- Nullable<InstallationImpact>
Auswirkungen der Installation eines updateType-Elements.
- status
- Nullable<DataBoxEdgeUpdateStatus>
Status des Updates.
Gibt zurück
Eine neue DataBoxEdgeUpdateDetails instance zum Simulieren.
Gilt für:
Azure SDK for .NET