Uses of Class
com.azure.resourcemanager.resources.fluent.models.GenericResourceExpandedInner
-
Packages that use GenericResourceExpandedInner 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 GenericResourceExpandedInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type GenericResourceExpandedInner Modifier and Type Method Description com.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>ResourcesClient. listAsync(String filter, String expand, Integer top)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 GenericResourceExpandedInner Modifier and Type Method Description GenericResourceExpandedInnerGenericResourceExpandedInner. withExtendedLocation(ExtendedLocation extendedLocation)Set the extendedLocation property: Resource extended location.GenericResourceExpandedInnerGenericResourceExpandedInner. withIdentity(Identity identity)Set the identity property: The identity of the resource.GenericResourceExpandedInnerGenericResourceExpandedInner. withKind(String kind)Set the kind property: The kind of the resource.GenericResourceExpandedInnerGenericResourceExpandedInner. withLocation(String location)GenericResourceExpandedInnerGenericResourceExpandedInner. withManagedBy(String managedBy)Set the managedBy property: ID of the resource that manages this resource.GenericResourceExpandedInnerGenericResourceExpandedInner. withPlan(Plan plan)Set the plan property: The plan of the resource.GenericResourceExpandedInnerGenericResourceExpandedInner. withProperties(Object properties)Set the properties property: The resource properties.GenericResourceExpandedInnerGenericResourceExpandedInner. withSku(Sku sku)Set the sku property: The SKU of the resource.GenericResourceExpandedInnerGenericResourceExpandedInner. withTags(Map<String,String> tags) -
Uses of GenericResourceExpandedInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type GenericResourceExpandedInner Modifier and Type Method Description List<GenericResourceExpandedInner>ResourceListResult. value()Get the value property: An array of resources.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type GenericResourceExpandedInner Modifier and Type Method Description ResourceListResultResourceListResult. withValue(List<GenericResourceExpandedInner> value)Set the value property: An array of resources.
-