Uses of Class
com.azure.resourcemanager.containerinstance.models.Capabilities
Packages that use Capabilities
Package
Description
Package containing the service clients for ContainerInstanceManagementClient.
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 CapabilitiesModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<Capabilities> LocationsClient.listCapabilities(String location) Get the list of capabilities of the location.com.azure.core.http.rest.PagedIterable<Capabilities> LocationsClient.listCapabilities(String location, com.azure.core.util.Context context) Get the list of capabilities of the location.com.azure.core.http.rest.PagedFlux<Capabilities> LocationsClient.listCapabilitiesAsync(String location) Get the list of capabilities of the location. -
Uses of Capabilities in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return CapabilitiesModifier and TypeMethodDescriptionstatic CapabilitiesCapabilities.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Capabilities from the JsonReader.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type CapabilitiesModifier and TypeMethodDescriptioncom.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.CapabilitiesListResult.value()Get the value property: The list of capabilities.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type CapabilitiesModifier and TypeMethodDescriptionCapabilitiesListResult.withValue(List<Capabilities> value) Set the value property: The list of capabilities.