Compartilhar via


ArmAppServiceModelFactory.PremierAddOnOffer Método

Definição

Inicializa uma nova instância de PremierAddOnOffer.

public static Azure.ResourceManager.AppService.Models.PremierAddOnOffer PremierAddOnOffer (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string sku = default, string product = default, string vendor = default, bool? isPromoCodeRequired = default, int? quota = default, Azure.ResourceManager.AppService.Models.AppServicePlanRestriction? webHostingPlanRestrictions = default, Uri privacyPolicyUri = default, Uri legalTermsUri = default, string marketplacePublisher = default, string marketplaceOffer = default, string kind = default);
static member PremierAddOnOffer : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<bool> * Nullable<int> * Nullable<Azure.ResourceManager.AppService.Models.AppServicePlanRestriction> * Uri * Uri * string * string * string -> Azure.ResourceManager.AppService.Models.PremierAddOnOffer
Public Shared Function PremierAddOnOffer (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional sku As String = Nothing, Optional product As String = Nothing, Optional vendor As String = Nothing, Optional isPromoCodeRequired As Nullable(Of Boolean) = Nothing, Optional quota As Nullable(Of Integer) = Nothing, Optional webHostingPlanRestrictions As Nullable(Of AppServicePlanRestriction) = Nothing, Optional privacyPolicyUri As Uri = Nothing, Optional legalTermsUri As Uri = Nothing, Optional marketplacePublisher As String = Nothing, Optional marketplaceOffer As String = Nothing, Optional kind As String = Nothing) As PremierAddOnOffer

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

sku
String

Premier add on SKU.

product
String

Premier add on offer Product.

vendor
String

Premier add on offer Vendor.

isPromoCodeRequired
Nullable<Boolean>

<código>verdadeiro</código> se o código de promoção for necessário; caso contrário, <código>falso</código>.

quota
Nullable<Int32>

Premier add on offer Quota.

webHostingPlanRestrictions
Nullable<AppServicePlanRestriction>

Serviço de Aplicativo planos a que essa oferta é restrita.

privacyPolicyUri
Uri

URL da política de privacidade.

legalTermsUri
Uri

URL de termos legais.

marketplacePublisher
String

Editor do Marketplace.

marketplaceOffer
String

Oferta do Marketplace.

kind
String

Tipo de recurso.

Retornos

Uma nova PremierAddOnOffer instância para simulação.

Aplica-se a