IPrivateLinkResourcesOperations インターフェイス

定義

PrivateLinkResourcesOperations 操作。

public interface IPrivateLinkResourcesOperations
type IPrivateLinkResourcesOperations = interface
Public Interface IPrivateLinkResourcesOperations

メソッド

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

特定のプライベート リンク リソースを取得します。

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

HDInsight クラスター内のプライベート リンク リソースを一覧表示します。

拡張メソッド

Get(IPrivateLinkResourcesOperations, String, String, String)

特定のプライベート リンク リソースを取得します。

GetAsync(IPrivateLinkResourcesOperations, String, String, String, CancellationToken)

特定のプライベート リンク リソースを取得します。

ListByCluster(IPrivateLinkResourcesOperations, String, String)

HDInsight クラスター内のプライベート リンク リソースを一覧表示します。

ListByClusterAsync(IPrivateLinkResourcesOperations, String, String, CancellationToken)

HDInsight クラスター内のプライベート リンク リソースを一覧表示します。

適用対象