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.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.
- upsellNotification
- IDictionary<String,String>
Details about this upgrade notification
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET