Uses of Class
com.azure.resourcemanager.resources.fluent.models.GenericResourceExpandedInner
Packages that use GenericResourceExpandedInner
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 GenericResourceExpandedInner in com.azure.resourcemanager.resources.fluent
Subinterfaces with type arguments of type GenericResourceExpandedInner in com.azure.resourcemanager.resources.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in ResourcesClient.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type GenericResourceExpandedInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<GenericResourceExpandedInner> ResourcesClient.list()Get all the resources in a subscription.com.azure.core.http.rest.PagedIterable<GenericResourceExpandedInner> ResourcesClient.list(String filter, String expand, Integer top, com.azure.core.util.Context context) Get all the resources in a subscription.com.azure.core.http.rest.PagedFlux<GenericResourceExpandedInner> ResourcesClient.listAsync()Get all the resources in a subscription.com.azure.core.http.rest.PagedFlux<GenericResourceExpandedInner> Get all the resources in a subscription.com.azure.core.http.rest.PagedIterable<GenericResourceExpandedInner> ResourcesClient.listByResourceGroup(String resourceGroupName) Get all the resources for a resource group.com.azure.core.http.rest.PagedIterable<GenericResourceExpandedInner> ResourcesClient.listByResourceGroup(String resourceGroupName, String filter, String expand, Integer top, com.azure.core.util.Context context) Get all the resources for a resource group.com.azure.core.http.rest.PagedFlux<GenericResourceExpandedInner> ResourcesClient.listByResourceGroupAsync(String resourceGroupName) Get all the resources for a resource group.com.azure.core.http.rest.PagedFlux<GenericResourceExpandedInner> ResourcesClient.listByResourceGroupAsync(String resourceGroupName, String filter, String expand, Integer top) Get all the resources for a resource group. -
Uses of GenericResourceExpandedInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return GenericResourceExpandedInnerModifier and TypeMethodDescriptionstatic GenericResourceExpandedInnerGenericResourceExpandedInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GenericResourceExpandedInner from the JsonReader.GenericResourceExpandedInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: Resource extended location.GenericResourceExpandedInner.withIdentity(Identity identity) Set the identity property: The identity of the resource.Set the kind property: The kind of the resource.GenericResourceExpandedInner.withLocation(String location) GenericResourceExpandedInner.withManagedBy(String managedBy) Set the managedBy property: ID of the resource that manages this resource.Set the plan property: The plan of the resource.GenericResourceExpandedInner.withProperties(Object properties) Set the properties property: The resource properties.Set the sku property: The SKU of the resource. -
Uses of GenericResourceExpandedInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type GenericResourceExpandedInnerModifier and TypeMethodDescriptionResourceListResult.value()Get the value property: An array of resources.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type GenericResourceExpandedInnerModifier and TypeMethodDescriptionResourceListResult.withValue(List<GenericResourceExpandedInner> value) Set the value property: An array of resources.