Uses of Class
com.azure.resourcemanager.compute.models.OrchestrationServiceStateInput
Packages that use OrchestrationServiceStateInput
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of OrchestrationServiceStateInput in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type OrchestrationServiceStateInputModifier and TypeMethodDescriptionVirtualMachineScaleSetsClient.beginSetOrchestrationServiceState(String resourceGroupName, String vmScaleSetName, OrchestrationServiceStateInput parameters) Changes ServiceState property for a given service.VirtualMachineScaleSetsClient.beginSetOrchestrationServiceState(String resourceGroupName, String vmScaleSetName, OrchestrationServiceStateInput parameters, com.azure.core.util.Context context) Changes ServiceState property for a given service.VirtualMachineScaleSetsClient.beginSetOrchestrationServiceStateAsync(String resourceGroupName, String vmScaleSetName, OrchestrationServiceStateInput parameters) Changes ServiceState property for a given service.voidVirtualMachineScaleSetsClient.setOrchestrationServiceState(String resourceGroupName, String vmScaleSetName, OrchestrationServiceStateInput parameters) Changes ServiceState property for a given service.voidVirtualMachineScaleSetsClient.setOrchestrationServiceState(String resourceGroupName, String vmScaleSetName, OrchestrationServiceStateInput parameters, com.azure.core.util.Context context) Changes ServiceState property for a given service.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. -
Uses of OrchestrationServiceStateInput in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type OrchestrationServiceStateInputModifier and TypeClassDescriptionfinal classThe input for OrchestrationServiceState.Methods in com.azure.resourcemanager.compute.models that return OrchestrationServiceStateInputModifier and TypeMethodDescriptionOrchestrationServiceStateInput.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OrchestrationServiceStateInput from the JsonReader.OrchestrationServiceStateInput.withAction(OrchestrationServiceStateAction action) Set the action property: The action to be performed.OrchestrationServiceStateInput.withServiceName(OrchestrationServiceNames serviceName) Set the serviceName property: The name of the service.