| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
GenericResource.Update |
GenericResource.UpdateStages.WithApiVersion.withApiVersion(String apiVersion)
Specifies the API version of the resource provider.
|
GenericResource.Update |
GenericResource.UpdateStages.WithIdentity.withIdentity(Identity identity)
Specifies managed identity.
|
GenericResource.Update |
GenericResource.UpdateStages.WithKind.withKind(String kind)
Specifies resource kind.
|
GenericResource.Update |
GenericResource.UpdateStages.WithIdentity.withoutIdentity()
Specifies managed identity.
|
GenericResource.Update |
GenericResource.UpdateStages.WithPlan.withoutPlan()
Specifies the plan of the resource.
|
GenericResource.Update |
GenericResource.UpdateStages.WithParentResource.withParentResourceId(String parentResourceId)
Specifies the parent resource.
|
GenericResource.Update |
GenericResource.UpdateStages.WithParentResource.withParentResourcePath(String parentResourcePath)
Specifies the parent resource relative path.
|
GenericResource.Update |
GenericResource.UpdateStages.WithPlan.withPlan(Plan plan)
Specifies the plan of the resource.
|
GenericResource.Update |
GenericResource.UpdateStages.WithPlan.withPlan(String name,
String publisher,
String product,
String promotionCode)
Specifies the plan of the resource.
|
GenericResource.Update |
GenericResource.UpdateStages.WithProperties.withProperties(Object properties)
Specifies other properties of the resource.
|
GenericResource.Update |
GenericResource.UpdateStages.WithSku.withSku(Sku sku)
Specifies resource SKU.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.