Package | Description |
---|---|
com.microsoft.azure.management.resources |
This package contains the classes 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.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(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.
|
Copyright © 2019. All rights reserved.