ArmMarketplaceModelFactory.NewPlanNotification 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 NewPlanNotification.
public static Azure.ResourceManager.Marketplace.Models.NewPlanNotification NewPlanNotification (string offerId = default, string displayName = default, bool? isFuturePlansEnabled = default, long? messageCode = default, Uri iconUri = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PlanNotificationDetails> plans = default);
static member NewPlanNotification : string * string * Nullable<bool> * Nullable<int64> * Uri * seq<Azure.ResourceManager.Marketplace.Models.PlanNotificationDetails> -> Azure.ResourceManager.Marketplace.Models.NewPlanNotification
Public Shared Function NewPlanNotification (Optional offerId As String = Nothing, Optional displayName As String = Nothing, Optional isFuturePlansEnabled As Nullable(Of Boolean) = Nothing, Optional messageCode As Nullable(Of Long) = Nothing, Optional iconUri As Uri = Nothing, Optional plans As IEnumerable(Of PlanNotificationDetails) = Nothing) As NewPlanNotification
Parameters
- offerId
- String
Gets offer id.
- displayName
- String
Gets offer display name.
- iconUri
- Uri
Gets or sets the icon url.
Gets or sets removed plans notifications.
Returns
A new NewPlanNotification instance for mocking.