public static interface GenericResource.UpdateStages.WithPlan
| Modifier and Type | Method and Description |
|---|---|
GenericResource.Update |
withoutPlan()
Specifies the plan of the resource.
|
GenericResource.Update |
withPlan(String name,
String publisher,
String product,
String promotionCode)
Specifies the plan of the resource.
|
GenericResource.Update 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.Update withoutPlan()
Copyright © 2019. All rights reserved.