你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageTargets 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
StorageTargets 操作。
public class StorageTargets : Microsoft.Azure.Management.StorageCache.IStorageTargets, Microsoft.Rest.IServiceOperations<Microsoft.Azure.Management.StorageCache.StorageCacheManagementClient>
type StorageTargets = class
interface IServiceOperations<StorageCacheManagementClient>
interface IStorageTargets
Public Class StorageTargets
Implements IServiceOperations(Of StorageCacheManagementClient), IStorageTargets
- 继承
-
StorageTargets
- 实现
构造函数
StorageTargets(StorageCacheManagementClient) |
初始化 StorageTargets 类的新实例。 |
属性
Client |
获取对 StorageCacheManagementClient 的引用 |
方法
CreateOrUpdateWithHttpMessagesAsync(String, String, String, StorageTarget, Dictionary<String,List<String>>, CancellationToken) |
创建或更新存储目标。 随时允许此操作,但如果缓存关闭或不正常,存储目标的实际创建/修改可能会延迟,直到缓存再次正常运行。 |
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
从缓存中删除存储目标。 随时允许此操作,但如果缓存关闭或不正常,存储目标的实际删除可能会延迟,直到缓存再次正常运行。 请注意,如果缓存具有要刷新到存储目标的数据,则会在删除存储目标之前刷新数据。 |
DnsRefreshWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
告知存储目标刷新其 DNS 信息。 |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
从缓存返回存储目标。 |
ListByCacheWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
返回指定缓存的存储目标列表。 |