ClustersOperationsExtensions.Update メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クラスターのプロパティを更新します。
public static Microsoft.Azure.Management.BatchAI.Models.Cluster Update (this Microsoft.Azure.Management.BatchAI.IClustersOperations operations, string resourceGroupName, string workspaceName, string clusterName, Microsoft.Azure.Management.BatchAI.Models.ScaleSettings scaleSettings = default);
static member Update : Microsoft.Azure.Management.BatchAI.IClustersOperations * string * string * string * Microsoft.Azure.Management.BatchAI.Models.ScaleSettings -> Microsoft.Azure.Management.BatchAI.Models.Cluster
<Extension()>
Public Function Update (operations As IClustersOperations, resourceGroupName As String, workspaceName As String, clusterName As String, Optional scaleSettings As ScaleSettings = Nothing) As Cluster
パラメーター
- operations
- IClustersOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソースが属しているリソース グループの名前。
- workspaceName
- String
ワークスペースの名前。 ワークスペース名には、英数字とダッシュ (-) とアンダースコア (_) の組み合わせのみを含めることができます。 名前の長さは 1 から 64 文字にする必要があります。
- clusterName
- String
指定したリソース グループ内のクラスターの名前。 クラスター名には、英数字とダッシュ (-) とアンダースコア (_) の組み合わせのみを含めることができます。 名前の長さは 1 から 64 文字にする必要があります。
- scaleSettings
- ScaleSettings
スケール設定。 クラスターに必要なスケール設定。 Batch AI サービスでは、手動クラスターと自動スケール クラスターがサポートされています。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET