| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
GenericResourceInner.plan()
Get the plan property: The plan of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
GenericResourceExpandedInner |
GenericResourceExpandedInner.withPlan(Plan plan)
Set the plan property: The plan of the resource.
|
GenericResourceInner |
GenericResourceInner.withPlan(Plan plan)
Set the plan property: The plan of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
GenericResource.plan() |
Plan |
Plan.withName(String name)
Set the name property: The plan ID.
|
Plan |
Plan.withProduct(String product)
Set the product property: The offer ID.
|
Plan |
Plan.withPromotionCode(String promotionCode)
Set the promotionCode property: The promotion code.
|
Plan |
Plan.withPublisher(String publisher)
Set the publisher property: The publisher ID.
|
Plan |
Plan.withVersion(String version)
Set the version property: The plan's version.
|
| Modifier and Type | Method and Description |
|---|---|
GenericResource.DefinitionStages.WithCreate |
GenericResource.DefinitionStages.WithPlan.withPlan(Plan plan)
Specifies the plan of the resource.
|
GenericResource.Update |
GenericResource.UpdateStages.WithPlan.withPlan(Plan plan)
Specifies the plan of the resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.