public interface VirtualMachineScaleSetExtensionsClient
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
VirtualMachineScaleSetExtensionInner |
createOrUpdate(String resourceGroupName,
String vmScaleSetName,
String vmssExtensionName,
VirtualMachineScaleSetExtensionInner extensionParameters)
The operation to create or update an extension.
|
VirtualMachineScaleSetExtensionInner |
createOrUpdate(String resourceGroupName,
String vmScaleSetName,
String vmssExtensionName,
VirtualMachineScaleSetExtensionInner extensionParameters,
com.azure.core.util.Context context)
The operation to create or update an extension.
|
Mono<VirtualMachineScaleSetExtensionInner> |
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.
|
void |
delete(String resourceGroupName,
String vmScaleSetName,
String vmssExtensionName)
The operation to delete the extension.
|
void |
delete(String resourceGroupName,
String vmScaleSetName,
String vmssExtensionName,
com.azure.core.util.Context context)
The operation to delete the extension.
|
Mono<Void> |
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.
|
VirtualMachineScaleSetExtensionInner |
get(String resourceGroupName,
String vmScaleSetName,
String vmssExtensionName)
The operation to get the extension.
|
Mono<VirtualMachineScaleSetExtensionInner> |
getAsync(String resourceGroupName,
String vmScaleSetName,
String vmssExtensionName)
The operation to get the extension.
|
Mono<VirtualMachineScaleSetExtensionInner> |
getAsync(String resourceGroupName,
String vmScaleSetName,
String vmssExtensionName,
String expand)
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> |
list(String resourceGroupName,
String vmScaleSetName)
Gets a list of all extensions in a VM scale set.
|
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.
|
com.azure.core.http.rest.PagedFlux<VirtualMachineScaleSetExtensionInner> |
listAsync(String resourceGroupName,
String vmScaleSetName)
Gets a list of all extensions in a VM scale set.
|
VirtualMachineScaleSetExtensionInner |
update(String resourceGroupName,
String vmScaleSetName,
String vmssExtensionName,
VirtualMachineScaleSetExtensionUpdate extensionParameters)
The operation to update an extension.
|
VirtualMachineScaleSetExtensionInner |
update(String resourceGroupName,
String vmScaleSetName,
String vmssExtensionName,
VirtualMachineScaleSetExtensionUpdate extensionParameters,
com.azure.core.util.Context context)
The operation to update an extension.
|
Mono<VirtualMachineScaleSetExtensionInner> |
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.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be create or updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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<VirtualMachineScaleSetExtensionInner>,VirtualMachineScaleSetExtensionInner> beginCreateOrUpdateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be create or updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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<VirtualMachineScaleSetExtensionInner>,VirtualMachineScaleSetExtensionInner> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be create or updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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<VirtualMachineScaleSetExtensionInner>,VirtualMachineScaleSetExtensionInner> beginCreateOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be create or updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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<VirtualMachineScaleSetExtensionInner> createOrUpdateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be create or updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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.VirtualMachineScaleSetExtensionInner createOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be create or updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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.VirtualMachineScaleSetExtensionInner createOrUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionInner extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be create or updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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 vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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<VirtualMachineScaleSetExtensionInner>,VirtualMachineScaleSetExtensionInner> beginUpdateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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<VirtualMachineScaleSetExtensionInner>,VirtualMachineScaleSetExtensionInner> beginUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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<VirtualMachineScaleSetExtensionInner>,VirtualMachineScaleSetExtensionInner> beginUpdate(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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<VirtualMachineScaleSetExtensionInner> updateAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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.VirtualMachineScaleSetExtensionInner update(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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.VirtualMachineScaleSetExtensionInner update(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, VirtualMachineScaleSetExtensionUpdate extensionParameters, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be updated.vmssExtensionName
- The name of the VM scale set extension.extensionParameters
- Describes a Virtual Machine Scale Set 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 vmScaleSetName, String vmssExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be deleted.vmssExtensionName
- The name of the VM scale set 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 vmScaleSetName, String vmssExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be deleted.vmssExtensionName
- The name of the VM scale set 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 vmScaleSetName, String vmssExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be deleted.vmssExtensionName
- The name of the VM scale set 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 vmScaleSetName, String vmssExtensionName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be deleted.vmssExtensionName
- The name of the VM scale set 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 vmScaleSetName, String vmssExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be deleted.vmssExtensionName
- The name of the VM scale set 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 vmScaleSetName, String vmssExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be deleted.vmssExtensionName
- The name of the VM scale set 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 vmScaleSetName, String vmssExtensionName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set where the extension should be deleted.vmssExtensionName
- The name of the VM scale set 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<VirtualMachineScaleSetExtensionInner>> getWithResponseAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, String expand)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set containing the extension.vmssExtensionName
- The name of the VM scale set 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<VirtualMachineScaleSetExtensionInner> getAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, String expand)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set containing the extension.vmssExtensionName
- The name of the VM scale set 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<VirtualMachineScaleSetExtensionInner> getAsync(String resourceGroupName, String vmScaleSetName, String vmssExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set containing the extension.vmssExtensionName
- The name of the VM scale set 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.VirtualMachineScaleSetExtensionInner get(String resourceGroupName, String vmScaleSetName, String vmssExtensionName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set containing the extension.vmssExtensionName
- The name of the VM scale set 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<VirtualMachineScaleSetExtensionInner> getWithResponse(String resourceGroupName, String vmScaleSetName, String vmssExtensionName, String expand, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set containing the extension.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.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.PagedFlux<VirtualMachineScaleSetExtensionInner> listAsync(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set 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.PagedIterable<VirtualMachineScaleSetExtensionInner> list(String resourceGroupName, String vmScaleSetName)
resourceGroupName
- The name of the resource group.vmScaleSetName
- The name of the VM scale set 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.PagedIterable<VirtualMachineScaleSetExtensionInner> list(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 containing the 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.Copyright © 2020 Microsoft Corporation. All rights reserved.