ArmMarketplaceModelFactory.StopSellNotifications Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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
Parâmetros
- offerId
- String
Obtém a ID da oferta.
- displayName
- String
Obtém o nome de exibição da oferta.
Obtém um valor que indica se toda a oferta está em parada de venda ou apenas alguns de seus planos.
- iconUri
- Uri
Obtém ou define a URL do ícone.
Obtém ou define as notificações de planos removidas.
Retornos
Uma nova StopSellNotifications instância para zombar.