Uses of Class
com.azure.resourcemanager.resources.models.ResourceGroupPatchable
-
Packages that use ResourceGroupPatchable Package Description com.azure.resourcemanager.resources.fluent Package containing the service clients for ResourceManagementClient.com.azure.resourcemanager.resources.models 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 ResourceGroupPatchable Modifier and Type Method Description ResourceGroupInnerResourceGroupsClient. update(String resourceGroupName, ResourceGroupPatchable parameters)Resource groups can be updated through a simple PATCH operation to a group address.Mono<ResourceGroupInner>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 ResourceGroupPatchable Modifier and Type Method Description ResourceGroupPatchableResourceGroupPatchable. withManagedBy(String managedBy)Set the managedBy property: The ID of the resource that manages this resource group.ResourceGroupPatchableResourceGroupPatchable. withName(String name)Set the name property: The name of the resource group.ResourceGroupPatchableResourceGroupPatchable. withProperties(ResourceGroupProperties properties)Set the properties property: The resource group properties.ResourceGroupPatchableResourceGroupPatchable. withTags(Map<String,String> tags)Set the tags property: The tags attached to the resource group.
-