AcknowledgeOfferNotificationProperties Construtores
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.
Sobrecargas
AcknowledgeOfferNotificationProperties() |
Inicializa uma nova instância da classe AcknowledgeOfferNotificationProperties. |
AcknowledgeOfferNotificationProperties(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, IList<String>, IList<String>) |
Inicializa uma nova instância da classe AcknowledgeOfferNotificationProperties. |
AcknowledgeOfferNotificationProperties()
Inicializa uma nova instância da classe AcknowledgeOfferNotificationProperties.
public AcknowledgeOfferNotificationProperties ();
Public Sub New ()
Aplica-se a
AcknowledgeOfferNotificationProperties(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, IList<String>, IList<String>)
Inicializa uma nova instância da classe AcknowledgeOfferNotificationProperties.
public AcknowledgeOfferNotificationProperties (bool? acknowledge = default, bool? dismiss = default, bool? removeOffer = default, System.Collections.Generic.IList<string> addPlans = default, System.Collections.Generic.IList<string> removePlans = default);
new Microsoft.Azure.Management.Marketplace.Models.AcknowledgeOfferNotificationProperties : Nullable<bool> * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Marketplace.Models.AcknowledgeOfferNotificationProperties
Public Sub New (Optional acknowledge As Nullable(Of Boolean) = Nothing, Optional dismiss As Nullable(Of Boolean) = Nothing, Optional removeOffer As Nullable(Of Boolean) = Nothing, Optional addPlans As IList(Of String) = Nothing, Optional removePlans As IList(Of String) = Nothing)
Parâmetros
Obtém ou define um valor que indica se o sinalizador de ação de confirmação está habilitado
Obtém ou define um valor que indica se o sinalizador de ação de ignorar está habilitado
Obtém ou define um valor que indica se o sinalizador de ação remover oferta está habilitado
Aplica-se a
Azure SDK for .NET