| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceGroupInner |
ResourceGroupsClient.createOrUpdate(String resourceGroupName,
ResourceGroupInner parameters)
Creates or updates a resource group.
|
ResourceGroupInner |
ResourceGroupsClient.get(String resourceGroupName)
Gets a resource group.
|
ResourceGroupInner |
ResourceGroupsClient.update(String resourceGroupName,
ResourceGroupPatchable parameters)
Resource groups can be updated through a simple PATCH operation to a group address.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceGroupInner |
ResourceGroupsClient.createOrUpdate(String resourceGroupName,
ResourceGroupInner parameters)
Creates or updates a resource group.
|
Mono<ResourceGroupInner> |
ResourceGroupsClient.createOrUpdateAsync(String resourceGroupName,
ResourceGroupInner parameters)
Creates or updates a resource group.
|
com.azure.core.http.rest.Response<ResourceGroupInner> |
ResourceGroupsClient.createOrUpdateWithResponse(String resourceGroupName,
ResourceGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a resource group.
|
Mono<com.azure.core.http.rest.Response<ResourceGroupInner>> |
ResourceGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
ResourceGroupInner parameters)
Creates or updates a resource group.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceGroupInner |
ResourceGroupInner.withLocation(String location) |
ResourceGroupInner |
ResourceGroupInner.withManagedBy(String managedBy)
Set the managedBy property: The ID of the resource that manages this resource group.
|
ResourceGroupInner |
ResourceGroupInner.withProperties(ResourceGroupProperties properties)
Set the properties property: The resource group properties.
|
ResourceGroupInner |
ResourceGroupInner.withTags(Map<String,String> tags) |
Copyright © 2021 Microsoft Corporation. All rights reserved.