IComputeNodeExtensionOperations インターフェイス

定義

ComputeNodeExtensionOperations 操作。

public interface IComputeNodeExtensionOperations
type IComputeNodeExtensionOperations = interface
Public Interface IComputeNodeExtensionOperations

メソッド

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

指定したコンピューティング ノード拡張機能に関する情報を取得します。

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

指定したプール内のコンピューティング ノード拡張機能を一覧表示します。

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

指定したプール内のコンピューティング ノード拡張機能を一覧表示します。

拡張メソッド

Get(IComputeNodeExtensionOperations, String, String, String, ComputeNodeExtensionGetOptions)

指定したコンピューティング ノード拡張機能に関する情報を取得します。

GetAsync(IComputeNodeExtensionOperations, String, String, String, ComputeNodeExtensionGetOptions, CancellationToken)

指定したコンピューティング ノード拡張機能に関する情報を取得します。

List(IComputeNodeExtensionOperations, String, String, ComputeNodeExtensionListOptions)

指定したプール内のコンピューティング ノード拡張機能を一覧表示します。

ListAsync(IComputeNodeExtensionOperations, String, String, ComputeNodeExtensionListOptions, CancellationToken)

指定したプール内のコンピューティング ノード拡張機能を一覧表示します。

ListNext(IComputeNodeExtensionOperations, String, ComputeNodeExtensionListNextOptions)

指定したプール内のコンピューティング ノード拡張機能を一覧表示します。

ListNextAsync(IComputeNodeExtensionOperations, String, ComputeNodeExtensionListNextOptions, CancellationToken)

指定したプール内のコンピューティング ノード拡張機能を一覧表示します。

適用対象