public abstract PagedIterable listCachedImages(String location)
Get the list of cached images. Get the list of cached images on specific OS type for a subscription in a region.
Parameters:
location
- The identifier for the physical azure location.
Returns:
the list of cached images on specific OS type for a subscription in a region as paginated response with
PagedIterable<T>.
listCachedImages
public abstract PagedIterable listCachedImages(String location, Context context)
Get the list of cached images. Get the list of cached images on specific OS type for a subscription in a region.
Parameters:
location
- The identifier for the physical azure location.
context
- The context to associate with this operation.
Returns:
the list of cached images on specific OS type for a subscription in a region as paginated response with
PagedIterable<T>.
listCachedImagesAsync
public abstract PagedFlux listCachedImagesAsync(String location)
Get the list of cached images. Get the list of cached images on specific OS type for a subscription in a region.
Parameters:
location
- The identifier for the physical azure location.
Returns:
the list of cached images on specific OS type for a subscription in a region as paginated response with
PagedFlux<T>.
listCapabilities
public abstract PagedIterable listCapabilities(String location)
Get the list of capabilities of the location. Get the list of CPU/memory/GPU capabilities of a region.
Parameters:
location
- The identifier for the physical azure location.
Returns:
the list of CPU/memory/GPU capabilities of a region as paginated response with PagedIterable<T>.
listCapabilities
public abstract PagedIterable listCapabilities(String location, Context context)
Get the list of capabilities of the location. Get the list of CPU/memory/GPU capabilities of a region.
Parameters:
location
- The identifier for the physical azure location.
context
- The context to associate with this operation.
Returns:
the list of CPU/memory/GPU capabilities of a region as paginated response with PagedIterable<T>.
listCapabilitiesAsync
public abstract PagedFlux listCapabilitiesAsync(String location)
Get the list of capabilities of the location. Get the list of CPU/memory/GPU capabilities of a region.
Parameters:
location
- The identifier for the physical azure location.
Returns:
the list of CPU/memory/GPU capabilities of a region as paginated response with PagedFlux<T>.
listUsage
public abstract PagedIterable listUsage(String location)
Get the usage for a subscription.
Parameters:
location
- The identifier for the physical azure location.
Returns:
the usage for a subscription as paginated response with PagedIterable<T>.
listUsage
public abstract PagedIterable listUsage(String location, Context context)
Get the usage for a subscription.
Parameters:
location
- The identifier for the physical azure location.
context
- The context to associate with this operation.
Returns:
the usage for a subscription as paginated response with PagedIterable<T>.
listUsageAsync
public abstract PagedFlux listUsageAsync(String location)
Get the usage for a subscription.
Parameters:
location
- The identifier for the physical azure location.
Returns:
the usage for a subscription as paginated response with PagedFlux<T>.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.