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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET