VirtualMachinesOperationsExtensions.RestrictMovementAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DRS ドリブン VM の移動制限を有効または無効にする
public static System.Threading.Tasks.Task RestrictMovementAsync (this Microsoft.Azure.Management.Avs.IVirtualMachinesOperations operations, string resourceGroupName, string privateCloudName, string clusterName, string virtualMachineId, Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement restrictMovement, System.Threading.CancellationToken cancellationToken = default);
static member RestrictMovementAsync : Microsoft.Azure.Management.Avs.IVirtualMachinesOperations * string * string * string * string * Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RestrictMovementAsync (operations As IVirtualMachinesOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, virtualMachineId As String, restrictMovement As VirtualMachineRestrictMovement, Optional cancellationToken As CancellationToken = Nothing) As Task
パラメーター
- operations
- IVirtualMachinesOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソース グループの名前。 名前の大文字と小文字は区別されます。
- privateCloudName
- String
プライベート クラウドの名前
- clusterName
- String
プライベート クラウド内のクラスターの名前
- virtualMachineId
- String
仮想マシン識別子
- restrictMovement
- VirtualMachineRestrictMovement
VM DRS 駆動型の移動が制限されている (有効) かどうか (無効)
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET