Uses of Class
com.azure.resourcemanager.resources.fluent.models.ResourceGroupInner
-
Packages that use ResourceGroupInner 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.com.azure.resourcemanager.resources.models 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 ResourceGroupInner Modifier and Type Method Description ResourceGroupInnerResourceGroupsClient. createOrUpdate(String resourceGroupName, ResourceGroupInner parameters)Creates or updates a resource group.ResourceGroupInnerResourceGroupsClient. get(String resourceGroupName)Gets a resource group.ResourceGroupInnerResourceGroupsClient. 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 ResourceGroupInner Modifier and Type Method Description 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.Mono<ResourceGroupInner>ResourceGroupsClient. getAsync(String resourceGroupName)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>ResourceGroupsClient. list(String filter, Integer top, com.azure.core.util.Context context)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>ResourceGroupsClient. listAsync(String filter, Integer top)Gets all the resource groups for a subscription.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.Methods in com.azure.resourcemanager.resources.fluent with parameters of type ResourceGroupInner Modifier and Type Method Description ResourceGroupInnerResourceGroupsClient. 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. -
Uses of ResourceGroupInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ResourceGroupInner Modifier and Type Method Description ResourceGroupInnerResourceGroupInner. withLocation(String location)ResourceGroupInnerResourceGroupInner. withManagedBy(String managedBy)Set the managedBy property: The ID of the resource that manages this resource group.ResourceGroupInnerResourceGroupInner. withProperties(ResourceGroupProperties properties)Set the properties property: The resource group properties.ResourceGroupInnerResourceGroupInner. withTags(Map<String,String> tags) -
Uses of ResourceGroupInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ResourceGroupInner Modifier and Type Method Description List<ResourceGroupInner>ResourceGroupListResult. value()Get the value property: An array of resource groups.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type ResourceGroupInner Modifier and Type Method Description ResourceGroupListResultResourceGroupListResult. withValue(List<ResourceGroupInner> value)Set the value property: An array of resource groups.
-