| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceGroupInner |
ResourceGroupsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceGroupPatchable |
ResourceGroupPatchable.withManagedBy(String managedBy)
Set the managedBy property: The ID of the resource that manages this resource group.
|
ResourceGroupPatchable |
ResourceGroupPatchable.withName(String name)
Set the name property: The name of the resource group.
|
ResourceGroupPatchable |
ResourceGroupPatchable.withProperties(ResourceGroupProperties properties)
Set the properties property: The resource group properties.
|
ResourceGroupPatchable |
ResourceGroupPatchable.withTags(Map<String,String> tags)
Set the tags property: The tags attached to the resource group.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.