ArmMarketplaceModelFactory.StopSellOffersPlansNotificationsResult 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 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.
A value indicating whether entire offer is in stop sell or only few of its plans.
- iconUri
- Uri
The icon url.
The list of removed plans notifications.
- subscriptionsIds
- IEnumerable<String>
The subscriptions related to private plans.
Returns
A new StopSellOffersPlansNotificationsResult instance for mocking.