Share via


GenericResource.DefinitionStages.WithPlan Interface

public static interface GenericResource.DefinitionStages.WithPlan

Définition de ressource générique permettant de spécifier un plan.

Résumé de la méthode

Modificateur et type Méthode et description
abstract WithCreate withPlan(String name, String publisher, String product, String promotionCode)

Spécifie le plan de la ressource.

abstract WithCreate withoutPlan()

Spécifie le plan de la ressource.

Détails de la méthode

withPlan

public abstract GenericResource.DefinitionStages.WithCreate withPlan(String name, String publisher, String product, String promotionCode)

Spécifie le plan de la ressource. Le plan ne peut être défini que pour les ressources tierces.

Parameters:

name - nom du plan
publisher - l’éditeur du plan
product - nom du produit
promotionCode - le code de promotion, le cas échéant

Returns:

étape suivante de la définition

withoutPlan

public abstract GenericResource.DefinitionStages.WithCreate withoutPlan()

Spécifie le plan de la ressource.

Returns:

étape suivante de la définition

S’applique à