public interface DiskEncryptionSetsClient extends InnerSupportsGet<DiskEncryptionSetInner>, InnerSupportsListing<DiskEncryptionSetInner>, InnerSupportsDelete<Void>
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskEncryptionSetInner>,DiskEncryptionSetInner> |
beginCreateOrUpdate(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetInner diskEncryptionSet)
Creates or updates a disk encryption set.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskEncryptionSetInner>,DiskEncryptionSetInner> |
beginCreateOrUpdate(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetInner diskEncryptionSet,
com.azure.core.util.Context context)
Creates or updates a disk encryption set.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DiskEncryptionSetInner>,DiskEncryptionSetInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetInner diskEncryptionSet)
Creates or updates a disk encryption set.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String diskEncryptionSetName)
Deletes a disk encryption set.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String diskEncryptionSetName,
com.azure.core.util.Context context)
Deletes a disk encryption set.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String diskEncryptionSetName)
Deletes a disk encryption set.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskEncryptionSetInner>,DiskEncryptionSetInner> |
beginUpdate(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetUpdate diskEncryptionSet)
Updates (patches) a disk encryption set.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskEncryptionSetInner>,DiskEncryptionSetInner> |
beginUpdate(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetUpdate diskEncryptionSet,
com.azure.core.util.Context context)
Updates (patches) a disk encryption set.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DiskEncryptionSetInner>,DiskEncryptionSetInner> |
beginUpdateAsync(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetUpdate diskEncryptionSet)
Updates (patches) a disk encryption set.
|
DiskEncryptionSetInner |
createOrUpdate(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetInner diskEncryptionSet)
Creates or updates a disk encryption set.
|
DiskEncryptionSetInner |
createOrUpdate(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetInner diskEncryptionSet,
com.azure.core.util.Context context)
Creates or updates a disk encryption set.
|
Mono<DiskEncryptionSetInner> |
createOrUpdateAsync(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetInner diskEncryptionSet)
Creates or updates a disk encryption set.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetInner diskEncryptionSet)
Creates or updates a disk encryption set.
|
void |
delete(String resourceGroupName,
String diskEncryptionSetName)
Deletes a disk encryption set.
|
void |
delete(String resourceGroupName,
String diskEncryptionSetName,
com.azure.core.util.Context context)
Deletes a disk encryption set.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String diskEncryptionSetName)
Deletes a disk encryption set.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String diskEncryptionSetName)
Deletes a disk encryption set.
|
DiskEncryptionSetInner |
getByResourceGroup(String resourceGroupName,
String diskEncryptionSetName)
Gets information about a disk encryption set.
|
Mono<DiskEncryptionSetInner> |
getByResourceGroupAsync(String resourceGroupName,
String diskEncryptionSetName)
Gets information about a disk encryption set.
|
com.azure.core.http.rest.Response<DiskEncryptionSetInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String diskEncryptionSetName,
com.azure.core.util.Context context)
Gets information about a disk encryption set.
|
Mono<com.azure.core.http.rest.Response<DiskEncryptionSetInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String diskEncryptionSetName)
Gets information about a disk encryption set.
|
com.azure.core.http.rest.PagedIterable<DiskEncryptionSetInner> |
list()
Lists all the disk encryption sets under a subscription.
|
com.azure.core.http.rest.PagedIterable<DiskEncryptionSetInner> |
list(com.azure.core.util.Context context)
Lists all the disk encryption sets under a subscription.
|
com.azure.core.http.rest.PagedFlux<DiskEncryptionSetInner> |
listAsync()
Lists all the disk encryption sets under a subscription.
|
com.azure.core.http.rest.PagedIterable<DiskEncryptionSetInner> |
listByResourceGroup(String resourceGroupName)
Lists all the disk encryption sets under a resource group.
|
com.azure.core.http.rest.PagedIterable<DiskEncryptionSetInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists all the disk encryption sets under a resource group.
|
com.azure.core.http.rest.PagedFlux<DiskEncryptionSetInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists all the disk encryption sets under a resource group.
|
DiskEncryptionSetInner |
update(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetUpdate diskEncryptionSet)
Updates (patches) a disk encryption set.
|
DiskEncryptionSetInner |
update(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetUpdate diskEncryptionSet,
com.azure.core.util.Context context)
Updates (patches) a disk encryption set.
|
Mono<DiskEncryptionSetInner> |
updateAsync(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetUpdate diskEncryptionSet)
Updates (patches) a disk encryption set.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String diskEncryptionSetName,
DiskEncryptionSetUpdate diskEncryptionSet)
Updates (patches) a disk encryption set.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetInner diskEncryptionSet)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set resource.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<DiskEncryptionSetInner>,DiskEncryptionSetInner> beginCreateOrUpdateAsync(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetInner diskEncryptionSet)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set resource.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<DiskEncryptionSetInner>,DiskEncryptionSetInner> beginCreateOrUpdate(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetInner diskEncryptionSet)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set resource.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<DiskEncryptionSetInner>,DiskEncryptionSetInner> beginCreateOrUpdate(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetInner diskEncryptionSet, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set resource.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<DiskEncryptionSetInner> createOrUpdateAsync(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetInner diskEncryptionSet)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set resource.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.DiskEncryptionSetInner createOrUpdate(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetInner diskEncryptionSet)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set resource.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.DiskEncryptionSetInner createOrUpdate(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetInner diskEncryptionSet, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set resource.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 diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set update resource.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<DiskEncryptionSetInner>,DiskEncryptionSetInner> beginUpdateAsync(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set update resource.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<DiskEncryptionSetInner>,DiskEncryptionSetInner> beginUpdate(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set update resource.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<DiskEncryptionSetInner>,DiskEncryptionSetInner> beginUpdate(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set update resource.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<DiskEncryptionSetInner> updateAsync(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set update resource.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.DiskEncryptionSetInner update(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set update resource.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.DiskEncryptionSetInner update(String resourceGroupName, String diskEncryptionSetName, DiskEncryptionSetUpdate diskEncryptionSet, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.diskEncryptionSet
- disk encryption set update resource.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<DiskEncryptionSetInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String diskEncryptionSetName)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.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<DiskEncryptionSetInner> getByResourceGroupAsync(String resourceGroupName, String diskEncryptionSetName)
getByResourceGroupAsync
in interface InnerSupportsGet<DiskEncryptionSetInner>
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.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.DiskEncryptionSetInner getByResourceGroup(String resourceGroupName, String diskEncryptionSetName)
getByResourceGroup
in interface InnerSupportsGet<DiskEncryptionSetInner>
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.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<DiskEncryptionSetInner> getByResourceGroupWithResponse(String resourceGroupName, String diskEncryptionSetName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.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 diskEncryptionSetName)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.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 diskEncryptionSetName)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.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 diskEncryptionSetName)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.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 diskEncryptionSetName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.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 diskEncryptionSetName)
deleteAsync
in interface InnerSupportsDelete<Void>
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.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 diskEncryptionSetName)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.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 diskEncryptionSetName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.diskEncryptionSetName
- The name of the disk encryption set that is being created. The name can't be changed
after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9 and _. The
maximum name length is 80 characters.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.com.azure.core.http.rest.PagedFlux<DiskEncryptionSetInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync
in interface InnerSupportsListing<DiskEncryptionSetInner>
resourceGroupName
- The name of the resource group.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.PagedIterable<DiskEncryptionSetInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup
in interface InnerSupportsListing<DiskEncryptionSetInner>
resourceGroupName
- The name of the resource group.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.PagedIterable<DiskEncryptionSetInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName
- The name of the resource group.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.com.azure.core.http.rest.PagedFlux<DiskEncryptionSetInner> listAsync()
listAsync
in interface InnerSupportsListing<DiskEncryptionSetInner>
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.PagedIterable<DiskEncryptionSetInner> list()
list
in interface InnerSupportsListing<DiskEncryptionSetInner>
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.PagedIterable<DiskEncryptionSetInner> list(com.azure.core.util.Context context)
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.