LocationOperations interface

Interface representing a Location operations.

Properties

listCachedImages

Get the list of cached images on specific OS type for a subscription in a region.

listCapabilities

Get the list of CPU/memory/GPU capabilities of a region.

listUsage

Get the usage for a subscription

Property Details

listCachedImages

Get the list of cached images on specific OS type for a subscription in a region.

listCachedImages: (location: string, options?: LocationListCachedImagesOptionalParams) => PagedAsyncIterableIterator<CachedImages, CachedImages[], PageSettings>

Property Value

(location: string, options?: LocationListCachedImagesOptionalParams) => PagedAsyncIterableIterator<CachedImages, CachedImages[], PageSettings>

listCapabilities

Get the list of CPU/memory/GPU capabilities of a region.

listCapabilities: (location: string, options?: LocationListCapabilitiesOptionalParams) => PagedAsyncIterableIterator<Capabilities, Capabilities[], PageSettings>

Property Value

(location: string, options?: LocationListCapabilitiesOptionalParams) => PagedAsyncIterableIterator<Capabilities, Capabilities[], PageSettings>

listUsage

Get the usage for a subscription

listUsage: (location: string, options?: LocationListUsageOptionalParams) => PagedAsyncIterableIterator<Usage, Usage[], PageSettings>

Property Value

(location: string, options?: LocationListUsageOptionalParams) => PagedAsyncIterableIterator<Usage, Usage[], PageSettings>