ArmRedisModelFactory.RedisUpgradeNotification Method
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.
Initializes a new instance of RedisUpgradeNotification.
public static Azure.ResourceManager.Redis.Models.RedisUpgradeNotification RedisUpgradeNotification (string name = default, DateTimeOffset? timestamp = default, System.Collections.Generic.IReadOnlyDictionary<string,string> upsellNotification = default);
static member RedisUpgradeNotification : string * Nullable<DateTimeOffset> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.Redis.Models.RedisUpgradeNotification
Public Shared Function RedisUpgradeNotification (Optional name As String = Nothing, Optional timestamp As Nullable(Of DateTimeOffset) = Nothing, Optional upsellNotification As IReadOnlyDictionary(Of String, String) = Nothing) As RedisUpgradeNotification
Parameters
- name
- String
Name of upgrade notification.
- timestamp
- Nullable<DateTimeOffset>
Timestamp when upgrade notification occurred.
- upsellNotification
- IReadOnlyDictionary<String,String>
Details about this upgrade notification.
Returns
A new RedisUpgradeNotification instance for mocking.
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