public interface VirtualMachineScaleSetRollingUpgradesClient
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginCancel(String resourceGroupName,
String vmScaleSetName)
Cancels the current virtual machine scale set rolling upgrade.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginCancel(String resourceGroupName,
String vmScaleSetName,
com.azure.core.util.Context context)
Cancels the current virtual machine scale set rolling upgrade.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginCancelAsync(String resourceGroupName,
String vmScaleSetName)
Cancels the current virtual machine scale set rolling upgrade.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStartExtensionUpgrade(String resourceGroupName,
String vmScaleSetName)
Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest
available extension version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStartExtensionUpgrade(String resourceGroupName,
String vmScaleSetName,
com.azure.core.util.Context context)
Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest
available extension version.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStartExtensionUpgradeAsync(String resourceGroupName,
String vmScaleSetName)
Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest
available extension version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStartOSUpgrade(String resourceGroupName,
String vmScaleSetName)
Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image
OS version.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStartOSUpgrade(String resourceGroupName,
String vmScaleSetName,
com.azure.core.util.Context context)
Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image
OS version.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginStartOSUpgradeAsync(String resourceGroupName,
String vmScaleSetName)
Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image
OS version.
|
void |
cancel(String resourceGroupName,
String vmScaleSetName)
Cancels the current virtual machine scale set rolling upgrade.
|
void |
cancel(String resourceGroupName,
String vmScaleSetName,
com.azure.core.util.Context context)
Cancels the current virtual machine scale set rolling upgrade.
|
Mono<Void> |
cancelAsync(String resourceGroupName,
String vmScaleSetName)
Cancels the current virtual machine scale set rolling upgrade.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
cancelWithResponseAsync(String resourceGroupName,
String vmScaleSetName)
Cancels the current virtual machine scale set rolling upgrade.
|
RollingUpgradeStatusInfoInner |
getLatest(String resourceGroupName,
String vmScaleSetName)
Gets the status of the latest virtual machine scale set rolling upgrade.
|
Mono<RollingUpgradeStatusInfoInner> |
getLatestAsync(String resourceGroupName,
String vmScaleSetName)
Gets the status of the latest virtual machine scale set rolling upgrade.
|
com.azure.core.http.rest.Response<RollingUpgradeStatusInfoInner> |
getLatestWithResponse(String resourceGroupName,
String vmScaleSetName,
com.azure.core.util.Context context)
Gets the status of the latest virtual machine scale set rolling upgrade.
|
Mono<com.azure.core.http.rest.Response<RollingUpgradeStatusInfoInner>> |
getLatestWithResponseAsync(String resourceGroupName,
String vmScaleSetName)
Gets the status of the latest virtual machine scale set rolling upgrade.
|
void |
startExtensionUpgrade(String resourceGroupName,
String vmScaleSetName)
Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest
available extension version.
|
void |
startExtensionUpgrade(String resourceGroupName,
String vmScaleSetName,
com.azure.core.util.Context context)
Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest
available extension version.
|
Mono<Void> |
startExtensionUpgradeAsync(String resourceGroupName,
String vmScaleSetName)
Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest
available extension version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startExtensionUpgradeWithResponseAsync(String resourceGroupName,
String vmScaleSetName)
Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest
available extension version.
|
void |
startOSUpgrade(String resourceGroupName,
String vmScaleSetName)
Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image
OS version.
|
void |
startOSUpgrade(String resourceGroupName,
String vmScaleSetName,
com.azure.core.util.Context context)
Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image
OS version.
|
Mono<Void> |
startOSUpgradeAsync(String resourceGroupName,
String vmScaleSetName)
Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image
OS version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
startOSUpgradeWithResponseAsync(String resourceGroupName,
String vmScaleSetName)
Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image
OS version.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> cancelWithResponseAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginCancelAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginCancel(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginCancel(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<Void> cancelAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.void cancel(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.void cancel(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> startOSUpgradeWithResponseAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginStartOSUpgradeAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginStartOSUpgrade(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginStartOSUpgrade(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<Void> startOSUpgradeAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.void startOSUpgrade(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.void startOSUpgrade(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> startExtensionUpgradeWithResponseAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginStartExtensionUpgradeAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginStartExtensionUpgrade(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginStartExtensionUpgrade(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<Void> startExtensionUpgradeAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.void startExtensionUpgrade(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.void startExtensionUpgrade(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<RollingUpgradeStatusInfoInner>> getLatestWithResponseAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Mono<RollingUpgradeStatusInfoInner> getLatestAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.RollingUpgradeStatusInfoInner getLatest(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<RollingUpgradeStatusInfoInner> getLatestWithResponse(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.context
- The context to associate with this operation.IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.