Uses of Interface
com.microsoft.azure.management.resources.GenericResource.Update
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of GenericResource.Update in com.microsoft.azure.management.resources
Modifier and TypeMethodDescriptionGenericResource.UpdateStages.WithApiVersion.withApiVersion
(String apiVersion) Specifies the API version of the resource provider.GenericResource.UpdateStages.WithPlan.withoutPlan()
Specifies the plan of the resource.GenericResource.UpdateStages.WithParentResource.withParentResourceId
(String parentResourceId) Specifies the parent resource.GenericResource.UpdateStages.WithParentResource.withParentResourcePath
(String parentResourcePath) Specifies the parent resource relative path.GenericResource.UpdateStages.WithPlan.withPlan
(String name, String publisher, String product, String promotionCode) Specifies the plan of the resource.GenericResource.UpdateStages.WithProperties.withProperties
(Object properties) Specifies other properties of the resource.