CachesExtensions.CreateOrUpdateAsync メソッド

定義

キャッシュを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageCache.Models.Cache> CreateOrUpdateAsync (this Microsoft.Azure.Management.StorageCache.ICaches operations, string resourceGroupName, string cacheName, Microsoft.Azure.Management.StorageCache.Models.Cache cache = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.StorageCache.ICaches * string * string * Microsoft.Azure.Management.StorageCache.Models.Cache * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageCache.Models.Cache>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ICaches, resourceGroupName As String, cacheName As String, Optional cache As Cache = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Cache)

パラメーター

operations
ICaches

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

resourceGroupName
String

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

cacheName
String

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

cache
Cache

新しいキャッシュのユーザーが選択できるプロパティを格納しているオブジェクト。 読み取り専用プロパティが含まれている場合は、それらのプロパティの既存の値と一致する必要があります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象