UpgradeNotification 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
UpgradeNotification() |
Initialisiert eine neue instance der UpgradeNotification-Klasse. |
UpgradeNotification(String, Nullable<DateTime>, IDictionary<String,String>) |
Initialisiert eine neue instance der UpgradeNotification-Klasse. |
UpgradeNotification()
Initialisiert eine neue instance der UpgradeNotification-Klasse.
public UpgradeNotification ();
Public Sub New ()
Gilt für:
UpgradeNotification(String, Nullable<DateTime>, IDictionary<String,String>)
Initialisiert eine neue instance der UpgradeNotification-Klasse.
public UpgradeNotification (string name = default, DateTime? timestamp = default, System.Collections.Generic.IDictionary<string,string> upsellNotification = default);
new Microsoft.Azure.Management.Redis.Models.UpgradeNotification : string * Nullable<DateTime> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Redis.Models.UpgradeNotification
Public Sub New (Optional name As String = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional upsellNotification As IDictionary(Of String, String) = Nothing)
Parameter
- name
- String
Name der Upgradebenachrichtigung.
- upsellNotification
- IDictionary<String,String>
Details zu dieser Upgradebenachrichtigung
Gilt für:
Azure SDK for .NET