UpgradeNotification Constructors

Definition

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.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)

Parameters

name
String

Name of upgrade notification.

timestamp
Nullable<DateTime>

Timestamp when upgrade notification occurred.

upsellNotification
IDictionary<String,String>

Details about this upgrade notification

Applies to