Uses of Class
com.azure.resourcemanager.containerinstance.models.Capabilities
-
Packages that use Capabilities Package Description com.azure.resourcemanager.containerinstance.fluent Package containing the service clients for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of Capabilities in com.azure.resourcemanager.containerinstance.fluent
Methods in com.azure.resourcemanager.containerinstance.fluent that return types with arguments of type Capabilities Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<Capabilities>LocationsClient. listCapabilities(String location)Get the list of CPU/memory/GPU capabilities of a region.com.azure.core.http.rest.PagedIterable<Capabilities>LocationsClient. listCapabilities(String location, com.azure.core.util.Context context)Get the list of CPU/memory/GPU capabilities of a region.com.azure.core.http.rest.PagedFlux<Capabilities>LocationsClient. listCapabilitiesAsync(String location)Get the list of CPU/memory/GPU capabilities of a region. -
Uses of Capabilities in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type Capabilities Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<Capabilities>ContainerGroups. listCapabilities(String location)Lists the capabilities of a location.com.azure.core.http.rest.PagedFlux<Capabilities>ContainerGroups. listCapabilitiesAsync(String location)Lists the capabilities of a location.List<Capabilities>CapabilitiesListResult. value()Get the value property: The list of capabilities.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type Capabilities Modifier and Type Method Description CapabilitiesListResultCapabilitiesListResult. withValue(List<Capabilities> value)Set the value property: The list of capabilities.
-