你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ILocationOperations 接口

定义

LocationOperations 操作。

public interface ILocationOperations
type ILocationOperations = interface
Public Interface ILocationOperations

方法

ListCachedImagesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取缓存图像的列表。

ListCachedImagesWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取缓存图像的列表。

ListCapabilitiesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取位置的功能列表。

ListCapabilitiesWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取位置的功能列表。

ListUsageWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取订阅的使用情况

扩展方法

ListCachedImages(ILocationOperations, String)

获取缓存图像的列表。

ListCachedImagesAsync(ILocationOperations, String, CancellationToken)

获取缓存图像的列表。

ListCachedImagesNext(ILocationOperations, String)

获取缓存图像的列表。

ListCachedImagesNextAsync(ILocationOperations, String, CancellationToken)

获取缓存图像的列表。

ListCapabilities(ILocationOperations, String)

获取位置的功能列表。

ListCapabilitiesAsync(ILocationOperations, String, CancellationToken)

获取位置的功能列表。

ListCapabilitiesNext(ILocationOperations, String)

获取位置的功能列表。

ListCapabilitiesNextAsync(ILocationOperations, String, CancellationToken)

获取位置的功能列表。

ListUsage(ILocationOperations, String)

获取订阅的使用情况

ListUsageAsync(ILocationOperations, String, CancellationToken)

获取订阅的使用情况

适用于