Interface VirtualMachineScaleSetExtensionsClient
public interface VirtualMachineScaleSetExtensionsClient
An instance of this class provides access to all the operations defined in VirtualMachineScaleSetExtensionsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters) The operation to create or update an extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters, com.azure.core.util.Context context) The operation to create or update an extension.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginCreateOrUpdateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters) The operation to create or update an extension.beginDelete(String resourceGroupName, String vmScaleSetName, String vmssExtensionName) The operation to delete the extension.beginDelete(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, com.azure.core.util.Context context) The operation to delete the extension.beginDeleteAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName) The operation to delete the extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters, com.azure.core.util.Context context) The operation to update an extension.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginUpdateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.createOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters) The operation to create or update an extension.createOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters, com.azure.core.util.Context context) The operation to create or update an extension.createOrUpdateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters) The operation to create or update an extension.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters) The operation to create or update an extension.voidThe operation to delete the extension.voiddelete(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, com.azure.core.util.Context context) The operation to delete the extension.deleteAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName) The operation to delete the extension.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName) The operation to delete the extension.The operation to get the extension.The operation to get the extension.com.azure.core.http.rest.Response<VirtualMachineScaleSetExtensionInner> getWithResponse(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, String expand, com.azure.core.util.Context context) The operation to get the extension.Mono<com.azure.core.http.rest.Response<VirtualMachineScaleSetExtensionInner>> getWithResponseAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, String expand) The operation to get the extension.com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetExtensionInner> Gets a list of all extensions in a VM scale set.com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetExtensionInner> Gets a list of all extensions in a VM scale set.com.azure.core.http.rest.PagedFlux<VirtualMachineScaleSetExtensionInner> Gets a list of all extensions in a VM scale set.update(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.update(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters, com.azure.core.util.Context context) The operation to update an extension.updateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<VirtualMachineScaleSetExtensionInner> listAsync(String resourceGroupName, String vmScaleSetName) Gets a list of all extensions in a VM scale set.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.- Returns:
- a list of all extensions in a VM scale set as paginated response with
PagedFlux. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetExtensionInner> list(String resourceGroupName, String vmScaleSetName) Gets a list of all extensions in a VM scale set.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.- Returns:
- a list of all extensions in a VM scale set as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<VirtualMachineScaleSetExtensionInner> list(String resourceGroupName, String vmScaleSetName, com.azure.core.util.Context context) Gets a list of all extensions in a VM scale set.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.context- The context to associate with this operation.- Returns:
- a list of all extensions in a VM scale set as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<VirtualMachineScaleSetExtensionInner>> getWithResponseAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, String expand) The operation to get the extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.expand- The expand expression to apply on the operation.- Returns:
- describes a Virtual Machine Scale Set Extension along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getAsync
Mono<VirtualMachineScaleSetExtensionInner> getAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName) The operation to get the extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.- Returns:
- describes a Virtual Machine Scale Set Extension on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<VirtualMachineScaleSetExtensionInner> getWithResponse(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, String expand, com.azure.core.util.Context context) The operation to get the extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.expand- The expand expression to apply on the operation.context- The context to associate with this operation.- Returns:
- describes a Virtual Machine Scale Set Extension along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
VirtualMachineScaleSetExtensionInner get(String resourceGroupName, String vmScaleSetName, String vmssExtensionName) The operation to get the extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.- Returns:
- describes a Virtual Machine Scale Set Extension.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters) The operation to create or update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Create VM scale set Extension operation.- Returns:
- describes a Virtual Machine Scale Set Extension along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginCreateOrUpdateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters) The operation to create or update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Create VM scale set Extension operation.- Returns:
- the
PollerFluxfor polling of describes a Virtual Machine Scale Set Extension. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters) The operation to create or update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Create VM scale set Extension operation.- Returns:
- the
SyncPollerfor polling of describes a Virtual Machine Scale Set Extension. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginCreateOrUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters, com.azure.core.util.Context context) The operation to create or update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Create VM scale set Extension operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of describes a Virtual Machine Scale Set Extension. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdateAsync
Mono<VirtualMachineScaleSetExtensionInner> createOrUpdateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters) The operation to create or update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Create VM scale set Extension operation.- Returns:
- describes a Virtual Machine Scale Set Extension on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
VirtualMachineScaleSetExtensionInner createOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters) The operation to create or update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Create VM scale set Extension operation.- Returns:
- describes a Virtual Machine Scale Set Extension.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
createOrUpdate
VirtualMachineScaleSetExtensionInner createOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters, com.azure.core.util.Context context) The operation to create or update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Create VM scale set Extension operation.context- The context to associate with this operation.- Returns:
- describes a Virtual Machine Scale Set Extension.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Update VM scale set Extension operation.- Returns:
- describes a Virtual Machine Scale Set Extension along with
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdateAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginUpdateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Update VM scale set Extension operation.- Returns:
- the
PollerFluxfor polling of describes a Virtual Machine Scale Set Extension. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Update VM scale set Extension operation.- Returns:
- the
SyncPollerfor polling of describes a Virtual Machine Scale Set Extension. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginUpdate
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineScaleSetExtensionInner>, VirtualMachineScaleSetExtensionInner> beginUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters, com.azure.core.util.Context context) The operation to update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Update VM scale set Extension operation.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of describes a Virtual Machine Scale Set Extension. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
updateAsync
Mono<VirtualMachineScaleSetExtensionInner> updateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Update VM scale set Extension operation.- Returns:
- describes a Virtual Machine Scale Set Extension on successful completion of
Mono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
update
VirtualMachineScaleSetExtensionInner update(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters) The operation to update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Update VM scale set Extension operation.- Returns:
- describes a Virtual Machine Scale Set Extension.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
update
VirtualMachineScaleSetExtensionInner update(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters, com.azure.core.util.Context context) The operation to update an extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.extensionParameters- Parameters supplied to the Update VM scale set Extension operation.context- The context to associate with this operation.- Returns:
- describes a Virtual Machine Scale Set Extension.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName) The operation to delete the extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.- Returns:
- the
Responseon successful completion ofMono. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>, Void> beginDeleteAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName) The operation to delete the extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.- Returns:
- the
PollerFluxfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>, Void> beginDelete(String resourceGroupName, String vmScaleSetName, String vmssExtensionName) The operation to delete the extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>, Void> beginDelete(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, com.azure.core.util.Context context) The operation to delete the extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteAsync
The operation to delete the extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
The operation to delete the extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
void delete(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, com.azure.core.util.Context context) The operation to delete the extension.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.vmScaleSetName- The name of the VM scale set.vmssExtensionName- The name of the VM scale set extension.context- The context to associate with this operation.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.ApiErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-