com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
VirtualMachineScaleSetsClient.beginSetOrchestrationServiceState(String resourceGroupName,
String vmScaleSetName,
OrchestrationServiceStateInput parameters) |
Changes ServiceState property for a given service.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
VirtualMachineScaleSetsClient.beginSetOrchestrationServiceState(String resourceGroupName,
String vmScaleSetName,
OrchestrationServiceStateInput parameters,
com.azure.core.util.Context context) |
Changes ServiceState property for a given service.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
VirtualMachineScaleSetsClient.beginSetOrchestrationServiceStateAsync(String resourceGroupName,
String vmScaleSetName,
OrchestrationServiceStateInput parameters) |
Changes ServiceState property for a given service.
|
void |
VirtualMachineScaleSetsClient.setOrchestrationServiceState(String resourceGroupName,
String vmScaleSetName,
OrchestrationServiceStateInput parameters) |
Changes ServiceState property for a given service.
|
void |
VirtualMachineScaleSetsClient.setOrchestrationServiceState(String resourceGroupName,
String vmScaleSetName,
OrchestrationServiceStateInput parameters,
com.azure.core.util.Context context) |
Changes ServiceState property for a given service.
|
Mono<Void> |
VirtualMachineScaleSetsClient.setOrchestrationServiceStateAsync(String resourceGroupName,
String vmScaleSetName,
OrchestrationServiceStateInput parameters) |
Changes ServiceState property for a given service.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VirtualMachineScaleSetsClient.setOrchestrationServiceStateWithResponseAsync(String resourceGroupName,
String vmScaleSetName,
OrchestrationServiceStateInput parameters) |
Changes ServiceState property for a given service.
|