LocationsClient Interface
public interface LocationsClient
An instance of this class provides access to all the operations defined in LocationsClient.
Method Summary
Method Details
listCachedImages
public abstract PagedIterable<CachedImages> 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:
Returns:
listCachedImages
public abstract PagedIterable<CachedImages> 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:
Returns:
listCachedImagesAsync
public abstract PagedFlux<CachedImages> 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:
Returns:
listCapabilities
public abstract PagedIterable<Capabilities> listCapabilities(String location)
Get the list of capabilities of the location. Get the list of CPU/memory/GPU capabilities of a region.
Parameters:
Returns:
listCapabilities
public abstract PagedIterable<Capabilities> 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:
Returns:
listCapabilitiesAsync
public abstract PagedFlux<Capabilities> listCapabilitiesAsync(String location)
Get the list of capabilities of the location. Get the list of CPU/memory/GPU capabilities of a region.
Parameters:
Returns:
listUsage
public abstract PagedIterable<UsageInner> listUsage(String location)
Get the usage for a subscription.
Parameters:
Returns:
listUsage
public abstract PagedIterable<UsageInner> listUsage(String location, Context context)
Get the usage for a subscription.
Parameters:
Returns:
listUsageAsync
public abstract PagedFlux<UsageInner> listUsageAsync(String location)
Get the usage for a subscription.
Parameters:
Returns: