Compartilhar via


ArmDataBoxEdgeModelFactory.DataBoxEdgeUpdateDetails Método

Definição

Inicializa uma nova instância de 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

Parâmetros

updateTitle
String

Título da Atualização.

updateSizeInBytes
Nullable<Double>

Tamanho da atualização (Em Bytes).

updateType
Nullable<DataBoxEdgeUpdateType>

Tipo de Atualização.

targetVersion
String

Número da versão de destino.

friendlyVersionNumber
String

Número de versão amigável.

estimatedInstallTimeInMins
Nullable<Int32>

Tempo estimado de instalação para a atualização.

rebootBehavior
Nullable<InstallRebootBehavior>

Indica se as atualizações estão disponíveis e pelo menos uma das atualizações precisa de uma reinicialização.

installationImpact
Nullable<InstallationImpact>

Impacto da instalação de um updateType.

status
Nullable<DataBoxEdgeUpdateStatus>

Status da atualização.

Retornos

Uma nova DataBoxEdgeUpdateDetails instância para zombar.

Aplica-se a