UpgradeNotification Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UpgradeNotification() |
Initializes a new instance of the UpgradeNotification class. |
UpgradeNotification(String, Nullable<DateTime>, IDictionary<String,String>) |
Initializes a new instance of the UpgradeNotification class. |
UpgradeNotification()
Initializes a new instance of the UpgradeNotification class.
public UpgradeNotification ();
Public Sub New ()
Applies to
UpgradeNotification(String, Nullable<DateTime>, IDictionary<String,String>)
Initializes a new instance of the UpgradeNotification class.
public UpgradeNotification (string name = default, DateTime? timestamp = default, System.Collections.Generic.IDictionary<string,string> upsellNotification = default);
new Microsoft.Azure.Management.Redis.Fluent.Models.UpgradeNotification : string * Nullable<DateTime> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Redis.Fluent.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)
Parameters
- name
- String
Name of upgrade notification.
- upsellNotification
- IDictionary<String,String>
Details about this upgrade notification
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET