ILocationOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
LocationOperations operations.
public interface ILocationOperations
type ILocationOperations = interface
Public Interface ILocationOperations
Methods
ListCachedImagesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get the list of cached images. |
ListCachedImagesWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get the list of cached images. |
ListCapabilitiesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get the list of capabilities of the location. |
ListCapabilitiesWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get the list of capabilities of the location. |
ListUsageWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Get the usage for a subscription |
Extension Methods
ListCachedImages(ILocationOperations, String) |
Get the list of cached images. |
ListCachedImagesAsync(ILocationOperations, String, CancellationToken) |
Get the list of cached images. |
ListCachedImagesNext(ILocationOperations, String) |
Get the list of cached images. |
ListCachedImagesNextAsync(ILocationOperations, String, CancellationToken) |
Get the list of cached images. |
ListCapabilities(ILocationOperations, String) |
Get the list of capabilities of the location. |
ListCapabilitiesAsync(ILocationOperations, String, CancellationToken) |
Get the list of capabilities of the location. |
ListCapabilitiesNext(ILocationOperations, String) |
Get the list of capabilities of the location. |
ListCapabilitiesNextAsync(ILocationOperations, String, CancellationToken) |
Get the list of capabilities of the location. |
ListUsage(ILocationOperations, String) |
Get the usage for a subscription |
ListUsageAsync(ILocationOperations, String, CancellationToken) |
Get the usage for a subscription |
Applies to
Azure SDK for .NET