public static interface GenericResource.DefinitionStages.WithPlan
Modifier and Type | Method and Description |
---|---|
GenericResource.DefinitionStages.WithCreate |
withoutPlan()
Specifies the plan of the resource.
|
GenericResource.DefinitionStages.WithCreate |
withPlan(String name,
String publisher,
String product,
String promotionCode)
Specifies the plan of the resource.
|
GenericResource.DefinitionStages.WithCreate withPlan(String name, String publisher, String product, String promotionCode)
name
- the name of the planpublisher
- the publisher of the planproduct
- the name of the productpromotionCode
- the promotion code, if anyGenericResource.DefinitionStages.WithCreate withoutPlan()
Copyright © 2019. All rights reserved.