共用方式為


ArmMarketplaceModelFactory.StopSellOffersPlansNotificationsResult Method

Definition

Initializes a new instance of StopSellOffersPlansNotificationsResult.

public static Azure.ResourceManager.Marketplace.Models.StopSellOffersPlansNotificationsResult StopSellOffersPlansNotificationsResult (string offerId = default, string displayName = default, bool? isEntireInStopSell = default, long? messageCode = default, Uri iconUri = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PlanNotificationDetails> plans = default, bool? hasPublicContext = default, System.Collections.Generic.IEnumerable<string> subscriptionsIds = default);
static member StopSellOffersPlansNotificationsResult : string * string * Nullable<bool> * Nullable<int64> * Uri * seq<Azure.ResourceManager.Marketplace.Models.PlanNotificationDetails> * Nullable<bool> * seq<string> -> Azure.ResourceManager.Marketplace.Models.StopSellOffersPlansNotificationsResult
Public Shared Function StopSellOffersPlansNotificationsResult (Optional offerId As String = Nothing, Optional displayName As String = Nothing, Optional isEntireInStopSell As Nullable(Of Boolean) = Nothing, Optional messageCode As Nullable(Of Long) = Nothing, Optional iconUri As Uri = Nothing, Optional plans As IEnumerable(Of PlanNotificationDetails) = Nothing, Optional hasPublicContext As Nullable(Of Boolean) = Nothing, Optional subscriptionsIds As IEnumerable(Of String) = Nothing) As StopSellOffersPlansNotificationsResult

Parameters

offerId
String

The offer id.

displayName
String

The offer display name.

isEntireInStopSell
Nullable<Boolean>

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

messageCode
Nullable<Int64>

The notification message code.

iconUri
Uri

The icon url.

plans
IEnumerable<PlanNotificationDetails>

The list of removed plans notifications.

hasPublicContext
Nullable<Boolean>

True if the offer has public plans.

subscriptionsIds
IEnumerable<String>

The subscriptions related to private plans.

Returns

A new StopSellOffersPlansNotificationsResult instance for mocking.

Applies to