Uses of Class
com.azure.resourcemanager.resources.models.ResourceGroupPatchable
Packages that use ResourceGroupPatchable
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ResourceGroupPatchable in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent with parameters of type ResourceGroupPatchableModifier and TypeMethodDescriptionResourceGroupsClient.update(String resourceGroupName, ResourceGroupPatchable parameters) Resource groups can be updated through a simple PATCH operation to a group address.ResourceGroupsClient.updateAsync(String resourceGroupName, ResourceGroupPatchable parameters) Resource groups can be updated through a simple PATCH operation to a group address.com.azure.core.http.rest.Response<ResourceGroupInner>ResourceGroupsClient.updateWithResponse(String resourceGroupName, ResourceGroupPatchable parameters, com.azure.core.util.Context context) Resource groups can be updated through a simple PATCH operation to a group address.Mono<com.azure.core.http.rest.Response<ResourceGroupInner>>ResourceGroupsClient.updateWithResponseAsync(String resourceGroupName, ResourceGroupPatchable parameters) Resource groups can be updated through a simple PATCH operation to a group address. -
Uses of ResourceGroupPatchable in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ResourceGroupPatchableModifier and TypeMethodDescriptionResourceGroupPatchable.withManagedBy(String managedBy) Set the managedBy property: The ID of the resource that manages this resource group.Set the name property: The name of the resource group.ResourceGroupPatchable.withProperties(ResourceGroupProperties properties) Set the properties property: The resource group properties.Set the tags property: The tags attached to the resource group.