Compartilhar via


Offer Construtores

Definição

Sobrecargas

Offer()

Inicializa uma nova instância da classe Offer.

Offer(String, String, String, SystemData, String, String, String, String, String, String, String, IList<String>, Nullable<Boolean>, IDictionary<String,String>, IList<Plan>)

Inicializa uma nova instância da classe Offer.

Offer()

Inicializa uma nova instância da classe Offer.

public Offer ();
Public Sub New ()

Aplica-se a

Offer(String, String, String, SystemData, String, String, String, String, String, String, String, IList<String>, Nullable<Boolean>, IDictionary<String,String>, IList<Plan>)

Inicializa uma nova instância da classe Offer.

public Offer (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Marketplace.Models.SystemData systemData = default, string uniqueOfferId = default, string offerDisplayName = default, string publisherDisplayName = default, string eTag = default, string privateStoreId = default, string createdAt = default, string modifiedAt = default, System.Collections.Generic.IList<string> specificPlanIdsLimitation = default, bool? updateSuppressedDueIdempotence = default, System.Collections.Generic.IDictionary<string,string> iconFileUris = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.Plan> plans = default);
new Microsoft.Azure.Management.Marketplace.Models.Offer : string * string * string * Microsoft.Azure.Management.Marketplace.Models.SystemData * string * string * string * string * string * string * string * System.Collections.Generic.IList<string> * Nullable<bool> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.Plan> -> Microsoft.Azure.Management.Marketplace.Models.Offer
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional uniqueOfferId As String = Nothing, Optional offerDisplayName As String = Nothing, Optional publisherDisplayName As String = Nothing, Optional eTag As String = Nothing, Optional privateStoreId As String = Nothing, Optional createdAt As String = Nothing, Optional modifiedAt As String = Nothing, Optional specificPlanIdsLimitation As IList(Of String) = Nothing, Optional updateSuppressedDueIdempotence As Nullable(Of Boolean) = Nothing, Optional iconFileUris As IDictionary(Of String, String) = Nothing, Optional plans As IList(Of Plan) = Nothing)

Parâmetros

id
String

A ID do recurso.

name
String

O nome do recurso.

type
String

Tipo do recurso.

systemData
SystemData

Metadados relativos à criação e última modificação do recurso

uniqueOfferId
String

Oferece id exclusiva

offerDisplayName
String

Ele será exibido com destaque no marketplace

publisherDisplayName
String

Nome do editor que será exibido com destaque no marketplace

eTag
String

Identificador para fins de condição de corrida

privateStoreId
String

ID exclusiva do repositório privado

createdAt
String

Data de criação da oferta do repositório particular

modifiedAt
String

Data de modificação da oferta do repositório privado

specificPlanIdsLimitation
IList<String>

Limitação de IDs de plano para esta oferta

updateSuppressedDueIdempotence
Nullable<Boolean>

Indicando se a oferta não foi atualizada para db (true = não atualizada). Se a lista de permissões for idêntica à existente no banco de dados, a oferta não será atualizada.

iconFileUris
IDictionary<String,String>

Uris de Arquivo de Ícone

plans
IList<Plan>

Planos de oferta

Aplica-se a