Uses of Class
com.azure.resourcemanager.resources.fluent.models.ResourceGroupInner
Packages that use ResourceGroupInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ResourceGroupInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return ResourceGroupInnerModifier and TypeMethodDescriptionResourceGroupsClient.createOrUpdate(String resourceGroupName, ResourceGroupInner parameters) Creates or updates a resource group.Gets a resource group.ResourceGroupsClient.update(String resourceGroupName, ResourceGroupPatchable parameters) Resource groups can be updated through a simple PATCH operation to a group address.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type ResourceGroupInnerModifier and TypeMethodDescriptionResourceGroupsClient.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.Gets a resource group.com.azure.core.http.rest.Response<ResourceGroupInner>ResourceGroupsClient.getWithResponse(String resourceGroupName, com.azure.core.util.Context context) Gets a resource group.Mono<com.azure.core.http.rest.Response<ResourceGroupInner>>ResourceGroupsClient.getWithResponseAsync(String resourceGroupName) Gets a resource group.com.azure.core.http.rest.PagedIterable<ResourceGroupInner>ResourceGroupsClient.list()Gets all the resource groups for a subscription.com.azure.core.http.rest.PagedIterable<ResourceGroupInner>Gets all the resource groups for a subscription.com.azure.core.http.rest.PagedFlux<ResourceGroupInner>ResourceGroupsClient.listAsync()Gets all the resource groups for a subscription.com.azure.core.http.rest.PagedFlux<ResourceGroupInner>Gets all the resource groups for a subscription.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.Methods in com.azure.resourcemanager.resources.fluent with parameters of type ResourceGroupInnerModifier and TypeMethodDescriptionResourceGroupsClient.createOrUpdate(String resourceGroupName, ResourceGroupInner parameters) Creates or updates a resource group.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. -
Uses of ResourceGroupInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ResourceGroupInnerModifier and TypeMethodDescriptionResourceGroupInner.withLocation(String location) ResourceGroupInner.withManagedBy(String managedBy) Set the managedBy property: The ID of the resource that manages this resource group.ResourceGroupInner.withProperties(ResourceGroupProperties properties) Set the properties property: The resource group properties. -
Uses of ResourceGroupInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ResourceGroupInnerModifier and TypeMethodDescriptionResourceGroupListResult.value()Get the value property: An array of resource groups.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type ResourceGroupInnerModifier and TypeMethodDescriptionResourceGroupListResult.withValue(List<ResourceGroupInner> value) Set the value property: An array of resource groups.