public interface VirtualMachineExtensionsClient
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginCreateOrUpdate(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters)
The operation to create or update the extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginCreateOrUpdate(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters,
com.azure.core.util.Context context)
The operation to create or update the extension.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters)
The operation to create or update the extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String vmName,
String vmExtensionName)
The operation to delete the extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String vmName,
String vmExtensionName,
com.azure.core.util.Context context)
The operation to delete the extension.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String vmName,
String vmExtensionName)
The operation to delete the extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginUpdate(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters)
The operation to update the extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginUpdate(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters,
com.azure.core.util.Context context)
The operation to update the extension.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginUpdateAsync(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters)
The operation to update the extension.
|
VirtualMachineExtensionInner |
createOrUpdate(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters)
The operation to create or update the extension.
|
VirtualMachineExtensionInner |
createOrUpdate(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters,
com.azure.core.util.Context context)
The operation to create or update the extension.
|
Mono<VirtualMachineExtensionInner> |
createOrUpdateAsync(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters)
The operation to create or update the extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters)
The operation to create or update the extension.
|
void |
delete(String resourceGroupName,
String vmName,
String vmExtensionName)
The operation to delete the extension.
|
void |
delete(String resourceGroupName,
String vmName,
String vmExtensionName,
com.azure.core.util.Context context)
The operation to delete the extension.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String vmName,
String vmExtensionName)
The operation to delete the extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String vmName,
String vmExtensionName)
The operation to delete the extension.
|
VirtualMachineExtensionInner |
get(String resourceGroupName,
String vmName,
String vmExtensionName)
The operation to get the extension.
|
Mono<VirtualMachineExtensionInner> |
getAsync(String resourceGroupName,
String vmName,
String vmExtensionName)
The operation to get the extension.
|
Mono<VirtualMachineExtensionInner> |
getAsync(String resourceGroupName,
String vmName,
String vmExtensionName,
String expand)
The operation to get the extension.
|
com.azure.core.http.rest.Response<VirtualMachineExtensionInner> |
getWithResponse(String resourceGroupName,
String vmName,
String vmExtensionName,
String expand,
com.azure.core.util.Context context)
The operation to get the extension.
|
Mono<com.azure.core.http.rest.Response<VirtualMachineExtensionInner>> |
getWithResponseAsync(String resourceGroupName,
String vmName,
String vmExtensionName,
String expand)
The operation to get the extension.
|
VirtualMachineExtensionsListResultInner |
list(String resourceGroupName,
String vmName)
The operation to get all extensions of a Virtual Machine.
|
Mono<VirtualMachineExtensionsListResultInner> |
listAsync(String resourceGroupName,
String vmName)
The operation to get all extensions of a Virtual Machine.
|
Mono<VirtualMachineExtensionsListResultInner> |
listAsync(String resourceGroupName,
String vmName,
String expand)
The operation to get all extensions of a Virtual Machine.
|
com.azure.core.http.rest.Response<VirtualMachineExtensionsListResultInner> |
listWithResponse(String resourceGroupName,
String vmName,
String expand,
com.azure.core.util.Context context)
The operation to get all extensions of a Virtual Machine.
|
Mono<com.azure.core.http.rest.Response<VirtualMachineExtensionsListResultInner>> |
listWithResponseAsync(String resourceGroupName,
String vmName,
String expand)
The operation to get all extensions of a Virtual Machine.
|
VirtualMachineExtensionInner |
update(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters)
The operation to update the extension.
|
VirtualMachineExtensionInner |
update(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters,
com.azure.core.util.Context context)
The operation to update the extension.
|
Mono<VirtualMachineExtensionInner> |
updateAsync(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters)
The operation to update the extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String vmName,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters)
The operation to update the extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be created or updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginCreateOrUpdateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be created or updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginCreateOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be created or updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginCreateOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be created or updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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<VirtualMachineExtensionInner> createOrUpdateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be created or updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.VirtualMachineExtensionInner createOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be created or updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.VirtualMachineExtensionInner createOrUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionInner extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be created or updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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>>> updateWithResponseAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginUpdateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginUpdate(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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<VirtualMachineExtensionInner> updateAsync(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.VirtualMachineExtensionInner update(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.VirtualMachineExtensionInner update(String resourceGroupName, String vmName, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be updated.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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>>> deleteWithResponseAsync(String resourceGroupName, String vmName, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be deleted.vmExtensionName
- The name of the virtual machine extension.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> beginDeleteAsync(String resourceGroupName, String vmName, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be deleted.vmExtensionName
- The name of the virtual machine extension.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> beginDelete(String resourceGroupName, String vmName, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be deleted.vmExtensionName
- The name of the virtual machine extension.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> beginDelete(String resourceGroupName, String vmName, String vmExtensionName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be deleted.vmExtensionName
- The name of the virtual machine extension.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> deleteAsync(String resourceGroupName, String vmName, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be deleted.vmExtensionName
- The name of the virtual machine extension.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 delete(String resourceGroupName, String vmName, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be deleted.vmExtensionName
- The name of the virtual machine extension.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 delete(String resourceGroupName, String vmName, String vmExtensionName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine where the extension should be deleted.vmExtensionName
- The name of the virtual machine extension.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<VirtualMachineExtensionInner>> getWithResponseAsync(String resourceGroupName, String vmName, String vmExtensionName, String expand)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine containing the extension.vmExtensionName
- The name of the virtual machine extension.expand
- The expand expression to apply on the 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<VirtualMachineExtensionInner> getAsync(String resourceGroupName, String vmName, String vmExtensionName, String expand)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine containing the extension.vmExtensionName
- The name of the virtual machine extension.expand
- The expand expression to apply on the 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<VirtualMachineExtensionInner> getAsync(String resourceGroupName, String vmName, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine containing the extension.vmExtensionName
- The name of the virtual machine extension.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.VirtualMachineExtensionInner get(String resourceGroupName, String vmName, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine containing the extension.vmExtensionName
- The name of the virtual machine extension.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<VirtualMachineExtensionInner> getWithResponse(String resourceGroupName, String vmName, String vmExtensionName, String expand, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine containing the extension.vmExtensionName
- The name of the virtual machine extension.expand
- The expand expression to apply on the operation.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<VirtualMachineExtensionsListResultInner>> listWithResponseAsync(String resourceGroupName, String vmName, String expand)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine containing the extension.expand
- The expand expression to apply on the 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<VirtualMachineExtensionsListResultInner> listAsync(String resourceGroupName, String vmName, String expand)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine containing the extension.expand
- The expand expression to apply on the 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<VirtualMachineExtensionsListResultInner> listAsync(String resourceGroupName, String vmName)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine containing the extension.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.VirtualMachineExtensionsListResultInner list(String resourceGroupName, String vmName)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine containing the extension.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<VirtualMachineExtensionsListResultInner> listWithResponse(String resourceGroupName, String vmName, String expand, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmName
- The name of the virtual machine containing the extension.expand
- The expand expression to apply on the operation.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.