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