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