ArmMarketplaceModelFactory.StopSellNotifications Method

Definition

Initializes a new instance of StopSellNotifications.

public static Azure.ResourceManager.Marketplace.Models.StopSellNotifications StopSellNotifications (string offerId = default, string displayName = default, bool? isEntire = default, long? messageCode = default, Uri iconUri = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PlanNotificationDetails> plans = default);
static member StopSellNotifications : string * string * Nullable<bool> * Nullable<int64> * Uri * seq<Azure.ResourceManager.Marketplace.Models.PlanNotificationDetails> -> Azure.ResourceManager.Marketplace.Models.StopSellNotifications
Public Shared Function StopSellNotifications (Optional offerId As String = Nothing, Optional displayName As String = Nothing, Optional isEntire 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 StopSellNotifications

Parameters

offerId
String

Gets offer id.

displayName
String

Gets offer display name.

isEntire
Nullable<Boolean>

Gets a value indicating whether entire offer is in stop sell or only few of its plans.

messageCode
Nullable<Int64>

Gets or sets the notification message id.

iconUri
Uri

Gets or sets the icon url.

plans
IEnumerable<PlanNotificationDetails>

Gets or sets removed plans notifications.

Returns

A new StopSellNotifications instance for mocking.

Applies to