次の方法で共有


VirtualMachineScaleSetsOperationsExtensions.BeginSetOrchestrationServiceState メソッド

定義

特定のサービスの ServiceState プロパティを変更する

public static void BeginSetOrchestrationServiceState (this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations operations, string resourceGroupName, string vmScaleSetName, Microsoft.Azure.Management.Compute.Models.OrchestrationServiceStateInput parameters);
static member BeginSetOrchestrationServiceState : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations * string * string * Microsoft.Azure.Management.Compute.Models.OrchestrationServiceStateInput -> unit
<Extension()>
Public Sub BeginSetOrchestrationServiceState (operations As IVirtualMachineScaleSetsOperations, resourceGroupName As String, vmScaleSetName As String, parameters As OrchestrationServiceStateInput)

パラメーター

operations
IVirtualMachineScaleSetsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

vmScaleSetName
String

作成または更新する仮想マシン スケール セットの名前。

parameters
OrchestrationServiceStateInput

SetOrchestrationServiceState API の入力オブジェクト。

適用対象