Updates Konstruktoren
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.
Überlädt
Updates() |
Initialisiert eine neue instance der Updates-Klasse. |
Updates(String, String, String, Nullable<Kind>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>) |
Initialisiert eine neue instance der Updates-Klasse. |
Updates()
Initialisiert eine neue instance der Updates-Klasse.
public Updates ();
Public Sub New ()
Gilt für:
Updates(String, String, String, Nullable<Kind>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>)
Initialisiert eine neue instance der Updates-Klasse.
public Updates (string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, bool? regularUpdatesAvailable = default, bool? maintenanceModeUpdatesAvailable = default, bool? isUpdateInProgress = default, DateTime? lastUpdatedTime = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.Updates : string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Management.StorSimple8000Series.Models.Updates
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional regularUpdatesAvailable As Nullable(Of Boolean) = Nothing, Optional maintenanceModeUpdatesAvailable As Nullable(Of Boolean) = Nothing, Optional isUpdateInProgress As Nullable(Of Boolean) = Nothing, Optional lastUpdatedTime As Nullable(Of DateTime) = Nothing)
Parameter
- id
- String
Die Pfad-ID, die das Objekt eindeutig identifiziert.
- name
- String
Der Name des Objekts.
- type
- String
Der hierarchische Typ des Objekts.
Die Art des Objekts. Derzeit wird nur Series8000 unterstützt. Mögliche Werte: 'Series8000'
Legen Sie auf "true" fest, wenn regelmäßige Updates für das Gerät verfügbar sind.
Legen Sie auf "true" fest, wenn ein Update im Wartungsmodus verfügbar ist.
Gilt für:
Azure SDK for .NET