Location interface
Interface representing a Location.
Methods
list |
Get the list of cached images on specific OS type for a subscription in a region. |
list |
Get the list of CPU/memory/GPU capabilities of a region. |
list |
Get the usage for a subscription |
Method Details
listCachedImages(string, LocationListCachedImagesOptionalParams)
Get the list of cached images on specific OS type for a subscription in a region.
function listCachedImages(location: string, options?: LocationListCachedImagesOptionalParams): PagedAsyncIterableIterator<CachedImages, CachedImages[], PageSettings>
Parameters
- location
-
string
The identifier for the physical azure location.
The options parameters.
Returns
listCapabilities(string, LocationListCapabilitiesOptionalParams)
Get the list of CPU/memory/GPU capabilities of a region.
function listCapabilities(location: string, options?: LocationListCapabilitiesOptionalParams): PagedAsyncIterableIterator<Capabilities, Capabilities[], PageSettings>
Parameters
- location
-
string
The identifier for the physical azure location.
The options parameters.
Returns
listUsage(string, LocationListUsageOptionalParams)
Get the usage for a subscription
function listUsage(location: string, options?: LocationListUsageOptionalParams): PagedAsyncIterableIterator<Usage, Usage[], PageSettings>
Parameters
- location
-
string
The identifier for the physical azure location.
- options
- LocationListUsageOptionalParams
The options parameters.