Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
OrchestrationServiceStateInput |
OrchestrationServiceStateInput.withAction(OrchestrationServiceStateAction action)
Set the action property: The action to be performed.
|
OrchestrationServiceStateInput |
OrchestrationServiceStateInput.withServiceName(OrchestrationServiceNames serviceName)
Set the serviceName property: The name of the service.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.