Partager via


Job Constructeurs

Définition

Surcharges

Job()

Initialise une nouvelle instance de la classe Job.

Job(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, JobErrorDetails, String, String, UpdateDownloadProgress, UpdateInstallProgress, Nullable<Int32>, String, String, String)

Initialise une nouvelle instance de la classe Job.

Job()

Initialise une nouvelle instance de la classe Job.

public Job ();
Public Sub New ()

S’applique à

Job(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, JobErrorDetails, String, String, UpdateDownloadProgress, UpdateInstallProgress, Nullable<Int32>, String, String, String)

Initialise une nouvelle instance de la classe Job.

public Job (string id = default, string name = default, string type = default, string status = default, DateTime? startTime = default, DateTime? endTime = default, int? percentComplete = default, Microsoft.Azure.Management.EdgeGateway.Models.JobErrorDetails error = default, string jobType = default, string currentStage = default, Microsoft.Azure.Management.EdgeGateway.Models.UpdateDownloadProgress downloadProgress = default, Microsoft.Azure.Management.EdgeGateway.Models.UpdateInstallProgress installProgress = default, int? totalRefreshErrors = default, string errorManifestFile = default, string shareId = default, string folder = default);
new Microsoft.Azure.Management.EdgeGateway.Models.Job : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * Microsoft.Azure.Management.EdgeGateway.Models.JobErrorDetails * string * string * Microsoft.Azure.Management.EdgeGateway.Models.UpdateDownloadProgress * Microsoft.Azure.Management.EdgeGateway.Models.UpdateInstallProgress * Nullable<int> * string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.Job
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional status As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional error As JobErrorDetails = Nothing, Optional jobType As String = Nothing, Optional currentStage As String = Nothing, Optional downloadProgress As UpdateDownloadProgress = Nothing, Optional installProgress As UpdateInstallProgress = Nothing, Optional totalRefreshErrors As Nullable(Of Integer) = Nothing, Optional errorManifestFile As String = Nothing, Optional shareId As String = Nothing, Optional folder As String = Nothing)

Paramètres

id
String

ID de chemin d’accès qui identifie de manière unique l’objet.

name
String

Nom de l'objet.

type
String

Type hiérarchique de l’objet.

status
String

L’état actuel du travail. Les valeurs possibles sont les suivantes : 'Invalid', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Paused', 'Scheduled'

startTime
Nullable<DateTime>

Date et heure UTC auxquelles le travail a démarré.

endTime
Nullable<DateTime>

Date et heure UTC auxquelles le travail s’est terminé.

percentComplete
Nullable<Int32>

Pourcentage du travail terminé.

error
JobErrorDetails

Détails de l’erreur.

jobType
String

Type du travail. Les valeurs possibles sont les suivantes : 'Invalid', 'ScanForUpdates', 'DownloadUpdates', 'InstallUpdates', 'RefreshShare'

currentStage
String

Étape actuelle de l’opération de mise à jour. Les valeurs possibles incluent « Unknown », « Initial », « ScanStarted », « ScanStarted », « ScanComplete », « ScanFailed », « DownloadStarted », « DownloadComplete », « DownloadFailed », « InstallStarted », « InstallComplete », « InstallFailed », « RebootInitiated », « Success », « Failure », « RescanStarted », « RescanComplete », « RescanFailed »

downloadProgress
UpdateDownloadProgress

Progression du téléchargement.

installProgress
UpdateInstallProgress

Progression de l’installation.

totalRefreshErrors
Nullable<Int32>

Nombre total d’erreurs rencontrées pendant le processus d’actualisation.

errorManifestFile
String

Chemin relatif du partage local/conteneur distant au fichier manifeste d’erreur de l’actualisation.

shareId
String

ID ARM du partage qui a été actualisé.

folder
String

Si seuls les sous-dossiers doivent être actualisés, le chemin du sous-dossier à l’intérieur du partage. (Le chemin d’accès est vide s’il n’y a pas de sous-dossiers.)

S’applique à