ArmMarketplaceModelFactory.StopSellNotifications 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 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.
Gets a value indicating whether entire offer is in stop sell or only few of its plans.
- iconUri
- Uri
Gets or sets the icon url.
Gets or sets removed plans notifications.
Returns
A new StopSellNotifications instance for mocking.