次の方法で共有


IOpenShiftManagedClustersOperations インターフェイス

定義

OpenShiftManagedClustersOperations 操作。

public interface IOpenShiftManagedClustersOperations
type IOpenShiftManagedClustersOperations = interface
Public Interface IOpenShiftManagedClustersOperations

メソッド

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, OpenShiftManagedClusterInner, Dictionary<String,List<String>>, CancellationToken)

OpenShift マネージド クラスターを作成または更新します。

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

OpenShift マネージド クラスターを削除します。

BeginUpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

OpenShift マネージド クラスターでタグを更新します。

CreateOrUpdateWithHttpMessagesAsync(String, String, OpenShiftManagedClusterInner, Dictionary<String,List<String>>, CancellationToken)

OpenShift マネージド クラスターを作成または更新します。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

OpenShift マネージド クラスターを削除します。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

OpenShift マネージド クラスターを取得します。

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

指定したサブスクリプションとリソース グループ内の OpenShift マネージド クラスターを一覧表示します。

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

指定したサブスクリプションとリソース グループ内の OpenShift マネージド クラスターを一覧表示します。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

指定したサブスクリプション内の OpenShift マネージド クラスターの一覧を取得します。

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

指定したサブスクリプション内の OpenShift マネージド クラスターの一覧を取得します。

UpdateTagsWithHttpMessagesAsync(String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

OpenShift マネージド クラスターでタグを更新します。

拡張メソッド

BeginCreateOrUpdateAsync(IOpenShiftManagedClustersOperations, String, String, OpenShiftManagedClusterInner, CancellationToken)

OpenShift マネージド クラスターを作成または更新します。

BeginDeleteAsync(IOpenShiftManagedClustersOperations, String, String, CancellationToken)

OpenShift マネージド クラスターを削除します。

BeginUpdateTagsAsync(IOpenShiftManagedClustersOperations, String, String, IDictionary<String,String>, CancellationToken)

OpenShift マネージド クラスターでタグを更新します。

CreateOrUpdateAsync(IOpenShiftManagedClustersOperations, String, String, OpenShiftManagedClusterInner, CancellationToken)

OpenShift マネージド クラスターを作成または更新します。

DeleteAsync(IOpenShiftManagedClustersOperations, String, String, CancellationToken)

OpenShift マネージド クラスターを削除します。

GetAsync(IOpenShiftManagedClustersOperations, String, String, CancellationToken)

OpenShift マネージド クラスターを取得します。

ListAsync(IOpenShiftManagedClustersOperations, CancellationToken)

指定したサブスクリプション内の OpenShift マネージド クラスターの一覧を取得します。

ListByResourceGroupAsync(IOpenShiftManagedClustersOperations, String, CancellationToken)

指定したサブスクリプションとリソース グループ内の OpenShift マネージド クラスターを一覧表示します。

ListByResourceGroupNextAsync(IOpenShiftManagedClustersOperations, String, CancellationToken)

指定したサブスクリプションとリソース グループ内の OpenShift マネージド クラスターを一覧表示します。

ListNextAsync(IOpenShiftManagedClustersOperations, String, CancellationToken)

指定したサブスクリプション内の OpenShift マネージド クラスターの一覧を取得します。

UpdateTagsAsync(IOpenShiftManagedClustersOperations, String, String, IDictionary<String,String>, CancellationToken)

OpenShift マネージド クラスターでタグを更新します。

適用対象