IHDInsightSyncClient.GetCluster メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetCluster(String) |
登録されている特定の HDInsight クラスターのクエリ。 |
GetCluster(String, String) |
登録されている特定の HDInsight クラスターのクエリ。 |
GetCluster(String)
登録されている特定の HDInsight クラスターのクエリ。
public Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails GetCluster(string dnsName);
abstract member GetCluster : string -> Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails
Public Function GetCluster (dnsName As String) As ClusterDetails
パラメーター
- dnsName
- String
HDInsight クラスターの名前。
戻り値
HDInsight クラスターまたは NULL (見つからない場合)。
適用対象
GetCluster(String, String)
登録されている特定の HDInsight クラスターのクエリ。
public Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails GetCluster(string dnsName, string location);
abstract member GetCluster : string * string -> Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails
Public Function GetCluster (dnsName As String, location As String) As ClusterDetails
パラメーター
- dnsName
- String
HDInsight クラスターの名前。
- location
- String
HDInsight クラスターの場所。
戻り値
HDInsight クラスターまたは NULL (見つからない場合)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET