GenericResource.Update 接口
定义
The template for a generic resource update operation, containing all the settings that can be modified.
public interface Update extends Appliable<GenericResource>,GenericResource.UpdateStages.WithApiVersion,GenericResource.UpdateStages.WithPlan,GenericResource.UpdateStages.WithParentResource,GenericResource.UpdateStages.WithProperties,Resource.UpdateWithTags<Update>
继承成员
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
GenericResource.UpdateStages.WithApiVersion.withApiVersion(String apiVersion)
GenericResource.UpdateStages.WithPlan.withoutPlan()
Resource.UpdateWithTags<T>.withoutTag(String key)
GenericResource.UpdateStages.WithParentResource.withParentResourceId(String parentResourceId)
GenericResource.UpdateStages.WithParentResource.withParentResourcePath(String parentResourcePath)
GenericResource.UpdateStages.WithPlan.withPlan(String name, String publisher, String product, String promotionCode)
GenericResource.UpdateStages.WithProperties.withProperties(Object properties)
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)