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

StorageTargetsExtensions.ListByCache(IStorageTargets, String, String) 方法

定义

返回指定缓存的存储目标列表。

public static Microsoft.Azure.Management.StorageCache.Models.StorageTargetsResult ListByCache (this Microsoft.Azure.Management.StorageCache.IStorageTargets operations, string resourceGroupName, string cacheName);
static member ListByCache : Microsoft.Azure.Management.StorageCache.IStorageTargets * string * string -> Microsoft.Azure.Management.StorageCache.Models.StorageTargetsResult
<Extension()>
Public Function ListByCache (operations As IStorageTargets, resourceGroupName As String, cacheName As String) As StorageTargetsResult

参数

operations
IStorageTargets

此扩展方法的操作组。

resourceGroupName
String

目标资源组。

cacheName
String

缓存的名称。 名称长度不能大于 80,字符必须来自 [-0-9a-zA-Z_] char 类。

返回

适用于