RedisEnterprise interface
RedisEnterprise を表すインターフェイス。
メソッド
メソッドの詳細
beginCreate(string, string, Cluster, RedisEnterpriseCreateOptionalParams)
既存の (ダウンタイムが発生する可能性がある) キャッシュ クラスターを作成または更新します (上書きまたは再作成)。
function beginCreate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: RedisEnterpriseCreateOptionalParams): Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
RedisEnterprise クラスターの名前。
- parameters
- Cluster
RedisEnterprise の作成操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Cluster>, Cluster>>
beginCreateAndWait(string, string, Cluster, RedisEnterpriseCreateOptionalParams)
既存の (ダウンタイムが発生する可能性がある) キャッシュ クラスターを作成または更新します (上書きまたは再作成)。
function beginCreateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: RedisEnterpriseCreateOptionalParams): Promise<Cluster>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
RedisEnterprise クラスターの名前。
- parameters
- Cluster
RedisEnterprise の作成操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<Cluster>
beginDelete(string, string, RedisEnterpriseDeleteOptionalParams)
RedisEnterprise キャッシュ クラスターを削除します。
function beginDelete(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
RedisEnterprise クラスターの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, RedisEnterpriseDeleteOptionalParams)
RedisEnterprise キャッシュ クラスターを削除します。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
RedisEnterprise クラスターの名前。
オプション パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, ClusterUpdate, RedisEnterpriseUpdateOptionalParams)
既存の RedisEnterprise クラスターを更新します
function beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: RedisEnterpriseUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Cluster>, Cluster>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
RedisEnterprise クラスターの名前。
- parameters
- ClusterUpdate
Update RedisEnterprise 操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Cluster>, Cluster>>
beginUpdateAndWait(string, string, ClusterUpdate, RedisEnterpriseUpdateOptionalParams)
既存の RedisEnterprise クラスターを更新します
function beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterUpdate, options?: RedisEnterpriseUpdateOptionalParams): Promise<Cluster>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
RedisEnterprise クラスターの名前。
- parameters
- ClusterUpdate
Update RedisEnterprise 操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<Cluster>
get(string, string, RedisEnterpriseGetOptionalParams)
RedisEnterprise クラスターに関する情報を取得します
function get(resourceGroupName: string, clusterName: string, options?: RedisEnterpriseGetOptionalParams): Promise<Cluster>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- clusterName
-
string
RedisEnterprise クラスターの名前。
- options
- RedisEnterpriseGetOptionalParams
オプション パラメーター。
戻り値
Promise<Cluster>
list(RedisEnterpriseListOptionalParams)
指定したサブスクリプション内のすべての RedisEnterprise クラスターを取得します。
function list(options?: RedisEnterpriseListOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>
パラメーター
オプション パラメーター。
戻り値
listByResourceGroup(string, RedisEnterpriseListByResourceGroupOptionalParams)
リソース グループ内のすべての RedisEnterprise クラスターを一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: RedisEnterpriseListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。