public interface VirtualWansClient extends InnerSupportsGet<VirtualWanInner>, InnerSupportsListing<VirtualWanInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualWanInner>,VirtualWanInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualWanName,
VirtualWanInner wanParameters)
Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualWanInner>,VirtualWanInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualWanName,
VirtualWanInner wanParameters,
com.azure.core.util.Context context)
Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualWanInner>,VirtualWanInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualWanName,
VirtualWanInner wanParameters)
Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualWanName)
Deletes a VirtualWAN.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualWanName,
com.azure.core.util.Context context)
Deletes a VirtualWAN.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualWanName)
Deletes a VirtualWAN.
|
VirtualWanInner |
createOrUpdate(String resourceGroupName,
String virtualWanName,
VirtualWanInner wanParameters)
Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN.
|
VirtualWanInner |
createOrUpdate(String resourceGroupName,
String virtualWanName,
VirtualWanInner wanParameters,
com.azure.core.util.Context context)
Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN.
|
Mono<VirtualWanInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualWanName,
VirtualWanInner wanParameters)
Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualWanName,
VirtualWanInner wanParameters)
Creates a VirtualWAN resource if it doesn't exist else updates the existing VirtualWAN.
|
void |
delete(String resourceGroupName,
String virtualWanName)
Deletes a VirtualWAN.
|
void |
delete(String resourceGroupName,
String virtualWanName,
com.azure.core.util.Context context)
Deletes a VirtualWAN.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualWanName)
Deletes a VirtualWAN.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualWanName)
Deletes a VirtualWAN.
|
VirtualWanInner |
getByResourceGroup(String resourceGroupName,
String virtualWanName)
Retrieves the details of a VirtualWAN.
|
Mono<VirtualWanInner> |
getByResourceGroupAsync(String resourceGroupName,
String virtualWanName)
Retrieves the details of a VirtualWAN.
|
com.azure.core.http.rest.Response<VirtualWanInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String virtualWanName,
com.azure.core.util.Context context)
Retrieves the details of a VirtualWAN.
|
Mono<com.azure.core.http.rest.Response<VirtualWanInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String virtualWanName)
Retrieves the details of a VirtualWAN.
|
com.azure.core.http.rest.PagedIterable<VirtualWanInner> |
list()
Lists all the VirtualWANs in a subscription.
|
com.azure.core.http.rest.PagedIterable<VirtualWanInner> |
list(com.azure.core.util.Context context)
Lists all the VirtualWANs in a subscription.
|
com.azure.core.http.rest.PagedFlux<VirtualWanInner> |
listAsync()
Lists all the VirtualWANs in a subscription.
|
com.azure.core.http.rest.PagedIterable<VirtualWanInner> |
listByResourceGroup(String resourceGroupName)
Lists all the VirtualWANs in a resource group.
|
com.azure.core.http.rest.PagedIterable<VirtualWanInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists all the VirtualWANs in a resource group.
|
com.azure.core.http.rest.PagedFlux<VirtualWanInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists all the VirtualWANs in a resource group.
|
VirtualWanInner |
updateTags(String resourceGroupName,
String virtualWanName)
Updates a VirtualWAN tags.
|
Mono<VirtualWanInner> |
updateTagsAsync(String resourceGroupName,
String virtualWanName)
Updates a VirtualWAN tags.
|
Mono<VirtualWanInner> |
updateTagsAsync(String resourceGroupName,
String virtualWanName,
Map<String,String> tags)
Updates a VirtualWAN tags.
|
com.azure.core.http.rest.Response<VirtualWanInner> |
updateTagsWithResponse(String resourceGroupName,
String virtualWanName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates a VirtualWAN tags.
|
Mono<com.azure.core.http.rest.Response<VirtualWanInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String virtualWanName,
Map<String,String> tags)
Updates a VirtualWAN tags.
|
Mono<com.azure.core.http.rest.Response<VirtualWanInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String virtualWanName)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being retrieved.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<VirtualWanInner> getByResourceGroupAsync(String resourceGroupName, String virtualWanName)
getByResourceGroupAsync in interface InnerSupportsGet<VirtualWanInner>resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being retrieved.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.VirtualWanInner getByResourceGroup(String resourceGroupName, String virtualWanName)
getByResourceGroup in interface InnerSupportsGet<VirtualWanInner>resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being retrieved.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<VirtualWanInner> getByResourceGroupWithResponse(String resourceGroupName, String virtualWanName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being retrieved.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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String virtualWanName, VirtualWanInner wanParameters)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being created or updated.wanParameters - VirtualWAN Resource.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<VirtualWanInner>,VirtualWanInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualWanName, VirtualWanInner wanParameters)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being created or updated.wanParameters - VirtualWAN Resource.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<VirtualWanInner>,VirtualWanInner> beginCreateOrUpdate(String resourceGroupName, String virtualWanName, VirtualWanInner wanParameters)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being created or updated.wanParameters - VirtualWAN Resource.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<VirtualWanInner>,VirtualWanInner> beginCreateOrUpdate(String resourceGroupName, String virtualWanName, VirtualWanInner wanParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being created or updated.wanParameters - VirtualWAN Resource.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<VirtualWanInner> createOrUpdateAsync(String resourceGroupName, String virtualWanName, VirtualWanInner wanParameters)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being created or updated.wanParameters - VirtualWAN Resource.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.VirtualWanInner createOrUpdate(String resourceGroupName, String virtualWanName, VirtualWanInner wanParameters)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being created or updated.wanParameters - VirtualWAN Resource.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.VirtualWanInner createOrUpdate(String resourceGroupName, String virtualWanName, VirtualWanInner wanParameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being created or updated.wanParameters - VirtualWAN Resource.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<VirtualWanInner>> updateTagsWithResponseAsync(String resourceGroupName, String virtualWanName, Map<String,String> tags)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being updated.tags - Resource tags.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<VirtualWanInner> updateTagsAsync(String resourceGroupName, String virtualWanName, Map<String,String> tags)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being updated.tags - Resource tags.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<VirtualWanInner> updateTagsAsync(String resourceGroupName, String virtualWanName)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being updated.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.VirtualWanInner updateTags(String resourceGroupName, String virtualWanName)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being updated.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<VirtualWanInner> updateTagsWithResponse(String resourceGroupName, String virtualWanName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being updated.tags - Resource tags.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 virtualWanName)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being deleted.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 virtualWanName)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being deleted.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 virtualWanName)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being deleted.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 virtualWanName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being deleted.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 virtualWanName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being deleted.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 virtualWanName)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being deleted.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 virtualWanName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualWan.virtualWanName - The name of the VirtualWAN being deleted.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<VirtualWanInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<VirtualWanInner>resourceGroupName - The resource group name of the VirtualWan.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<VirtualWanInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<VirtualWanInner>resourceGroupName - The resource group name of the VirtualWan.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<VirtualWanInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualWan.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<VirtualWanInner> listAsync()
listAsync in interface InnerSupportsListing<VirtualWanInner>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<VirtualWanInner> list()
list in interface InnerSupportsListing<VirtualWanInner>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<VirtualWanInner> list(com.azure.core.util.Context context)
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.