次の方法で共有


CachesExtensions.Get(ICaches, String, String) メソッド

定義

キャッシュを返します。

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

パラメーター

operations
ICaches

この拡張メソッドの操作グループ。

resourceGroupName
String

ターゲット リソース グループ。

cacheName
String

キャッシュの名前。 name の長さは 80 を超えてはなりません。また、char は [-0-9a-zA-Z_] char クラスからである必要があります。

戻り値

適用対象