次の方法で共有


ClustersOperationsExtensions クラス

定義

ClustersOperations の拡張メソッド。

public static class ClustersOperationsExtensions
type ClustersOperationsExtensions = class
Public Module ClustersOperationsExtensions
継承
ClustersOperationsExtensions

メソッド

BeginCreateOrUpdate(IClustersOperations, String, String, Cluster)

Log Analytics クラスターを作成または更新します。

BeginCreateOrUpdateAsync(IClustersOperations, String, String, Cluster, CancellationToken)

Log Analytics クラスターを作成または更新します。

BeginDelete(IClustersOperations, String, String)

クラスター インスタンスを削除します。

BeginDeleteAsync(IClustersOperations, String, String, CancellationToken)

クラスター インスタンスを削除します。

BeginUpdate(IClustersOperations, String, String, ClusterPatch)

Log Analytics クラスターを更新します。

BeginUpdateAsync(IClustersOperations, String, String, ClusterPatch, CancellationToken)

Log Analytics クラスターを更新します。

CreateOrUpdate(IClustersOperations, String, String, Cluster)

Log Analytics クラスターを作成または更新します。

CreateOrUpdateAsync(IClustersOperations, String, String, Cluster, CancellationToken)

Log Analytics クラスターを作成または更新します。

Delete(IClustersOperations, String, String)

クラスター インスタンスを削除します。

DeleteAsync(IClustersOperations, String, String, CancellationToken)

クラスター インスタンスを削除します。

Get(IClustersOperations, String, String)

Log Analytics クラスター インスタンスを取得します。

GetAsync(IClustersOperations, String, String, CancellationToken)

Log Analytics クラスター インスタンスを取得します。

List(IClustersOperations)

サブスクリプション内の Log Analytics クラスターを取得します。

ListAsync(IClustersOperations, CancellationToken)

サブスクリプション内の Log Analytics クラスターを取得します。

ListByResourceGroup(IClustersOperations, String)

リソース グループ内の Log Analytics クラスターを取得します。

ListByResourceGroupAsync(IClustersOperations, String, CancellationToken)

リソース グループ内の Log Analytics クラスターを取得します。

ListByResourceGroupNext(IClustersOperations, String)

リソース グループ内の Log Analytics クラスターを取得します。

ListByResourceGroupNextAsync(IClustersOperations, String, CancellationToken)

リソース グループ内の Log Analytics クラスターを取得します。

ListNext(IClustersOperations, String)

サブスクリプション内の Log Analytics クラスターを取得します。

ListNextAsync(IClustersOperations, String, CancellationToken)

サブスクリプション内の Log Analytics クラスターを取得します。

Update(IClustersOperations, String, String, ClusterPatch)

Log Analytics クラスターを更新します。

UpdateAsync(IClustersOperations, String, String, ClusterPatch, CancellationToken)

Log Analytics クラスターを更新します。

適用対象