public interface VirtualMachineScaleSetVMExtensionsClient
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginCreateOrUpdate(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters)
The operation to create or update the VMSS VM extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginCreateOrUpdate(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters,
com.azure.core.util.Context context)
The operation to create or update the VMSS VM extension.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters)
The operation to create or update the VMSS VM extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName)
The operation to delete the VMSS VM extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
com.azure.core.util.Context context)
The operation to delete the VMSS VM extension.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName)
The operation to delete the VMSS VM extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginUpdate(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters)
The operation to update the VMSS VM extension.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginUpdate(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters,
com.azure.core.util.Context context)
The operation to update the VMSS VM extension.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> |
beginUpdateAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters)
The operation to update the VMSS VM extension.
|
VirtualMachineExtensionInner |
createOrUpdate(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters)
The operation to create or update the VMSS VM extension.
|
VirtualMachineExtensionInner |
createOrUpdate(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters,
com.azure.core.util.Context context)
The operation to create or update the VMSS VM extension.
|
Mono<VirtualMachineExtensionInner> |
createOrUpdateAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters)
The operation to create or update the VMSS VM extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionInner extensionParameters)
The operation to create or update the VMSS VM extension.
|
void |
delete(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName)
The operation to delete the VMSS VM extension.
|
void |
delete(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
com.azure.core.util.Context context)
The operation to delete the VMSS VM extension.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName)
The operation to delete the VMSS VM extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName)
The operation to delete the VMSS VM extension.
|
VirtualMachineExtensionInner |
get(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName)
The operation to get the VMSS VM extension.
|
Mono<VirtualMachineExtensionInner> |
getAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName)
The operation to get the VMSS VM extension.
|
Mono<VirtualMachineExtensionInner> |
getAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
String expand)
The operation to get the VMSS VM extension.
|
com.azure.core.http.rest.Response<VirtualMachineExtensionInner> |
getWithResponse(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
String expand,
com.azure.core.util.Context context)
The operation to get the VMSS VM extension.
|
Mono<com.azure.core.http.rest.Response<VirtualMachineExtensionInner>> |
getWithResponseAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
String expand)
The operation to get the VMSS VM extension.
|
VirtualMachineExtensionsListResultInner |
list(String resourceGroupName,
String vmScaleSetName,
String instanceId)
The operation to get all extensions of an instance in Virtual Machine Scaleset.
|
Mono<VirtualMachineExtensionsListResultInner> |
listAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId)
The operation to get all extensions of an instance in Virtual Machine Scaleset.
|
Mono<VirtualMachineExtensionsListResultInner> |
listAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String expand)
The operation to get all extensions of an instance in Virtual Machine Scaleset.
|
com.azure.core.http.rest.Response<VirtualMachineExtensionsListResultInner> |
listWithResponse(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String expand,
com.azure.core.util.Context context)
The operation to get all extensions of an instance in Virtual Machine Scaleset.
|
Mono<com.azure.core.http.rest.Response<VirtualMachineExtensionsListResultInner>> |
listWithResponseAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String expand)
The operation to get all extensions of an instance in Virtual Machine Scaleset.
|
VirtualMachineExtensionInner |
update(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters)
The operation to update the VMSS VM extension.
|
VirtualMachineExtensionInner |
update(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters,
com.azure.core.util.Context context)
The operation to update the VMSS VM extension.
|
Mono<VirtualMachineExtensionInner> |
updateAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters)
The operation to update the VMSS VM extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String vmScaleSetName,
String instanceId,
String vmExtensionName,
VirtualMachineExtensionUpdate extensionParameters)
The operation to update the VMSS VM extension.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginCreateOrUpdateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionInner extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.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.ApiErrorException
- 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 vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.VirtualMachineExtensionInner createOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.VirtualMachineExtensionInner createOrUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionInner extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.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.ApiErrorException
- 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 vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginUpdateAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualMachineExtensionInner>,VirtualMachineExtensionInner> beginUpdate(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.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.ApiErrorException
- 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 vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.VirtualMachineExtensionInner update(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.extensionParameters
- Describes a Virtual Machine Extension.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.VirtualMachineExtensionInner update(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, VirtualMachineExtensionUpdate extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.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.ApiErrorException
- 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 vmScaleSetName, String instanceId, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.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.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.context
- The context to associate with this operation.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.Mono<Void> deleteAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.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.void delete(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.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.void delete(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.context
- The context to associate with this operation.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.Mono<com.azure.core.http.rest.Response<VirtualMachineExtensionInner>> getWithResponseAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, String expand)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.expand
- The expand expression to apply on the operation.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.Mono<VirtualMachineExtensionInner> getAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, String expand)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.expand
- The expand expression to apply on the operation.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.Mono<VirtualMachineExtensionInner> getAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.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.VirtualMachineExtensionInner get(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.vmExtensionName
- The name of the virtual machine extension.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.com.azure.core.http.rest.Response<VirtualMachineExtensionInner> getWithResponse(String resourceGroupName, String vmScaleSetName, String instanceId, String vmExtensionName, String expand, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.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.ApiErrorException
- 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 vmScaleSetName, String instanceId, String expand)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.expand
- The expand expression to apply on the operation.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.Mono<VirtualMachineExtensionsListResultInner> listAsync(String resourceGroupName, String vmScaleSetName, String instanceId, String expand)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.expand
- The expand expression to apply on the operation.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.Mono<VirtualMachineExtensionsListResultInner> listAsync(String resourceGroupName, String vmScaleSetName, String instanceId)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.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.VirtualMachineExtensionsListResultInner list(String resourceGroupName, String vmScaleSetName, String instanceId)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.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.com.azure.core.http.rest.Response<VirtualMachineExtensionsListResultInner> listWithResponse(String resourceGroupName, String vmScaleSetName, String instanceId, String expand, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set.instanceId
- The instance ID of the virtual machine.expand
- The expand expression to apply on the operation.context
- The context to associate with this operation.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.Copyright © 2020 Microsoft Corporation. All rights reserved.