public interface VirtualApplianceSitesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualApplianceSiteInner>,VirtualApplianceSiteInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkVirtualApplianceName,
String siteName,
VirtualApplianceSiteInner parameters)
Creates or updates the specified Network Virtual Appliance Site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualApplianceSiteInner>,VirtualApplianceSiteInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkVirtualApplianceName,
String siteName,
VirtualApplianceSiteInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Network Virtual Appliance Site.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualApplianceSiteInner>,VirtualApplianceSiteInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String networkVirtualApplianceName,
String siteName,
VirtualApplianceSiteInner parameters)
Creates or updates the specified Network Virtual Appliance Site.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkVirtualApplianceName,
String siteName)
Deletes the specified site from a Virtual Appliance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkVirtualApplianceName,
String siteName,
com.azure.core.util.Context context)
Deletes the specified site from a Virtual Appliance.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String networkVirtualApplianceName,
String siteName)
Deletes the specified site from a Virtual Appliance.
|
VirtualApplianceSiteInner |
createOrUpdate(String resourceGroupName,
String networkVirtualApplianceName,
String siteName,
VirtualApplianceSiteInner parameters)
Creates or updates the specified Network Virtual Appliance Site.
|
VirtualApplianceSiteInner |
createOrUpdate(String resourceGroupName,
String networkVirtualApplianceName,
String siteName,
VirtualApplianceSiteInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Network Virtual Appliance Site.
|
Mono<VirtualApplianceSiteInner> |
createOrUpdateAsync(String resourceGroupName,
String networkVirtualApplianceName,
String siteName,
VirtualApplianceSiteInner parameters)
Creates or updates the specified Network Virtual Appliance Site.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String networkVirtualApplianceName,
String siteName,
VirtualApplianceSiteInner parameters)
Creates or updates the specified Network Virtual Appliance Site.
|
void |
delete(String resourceGroupName,
String networkVirtualApplianceName,
String siteName)
Deletes the specified site from a Virtual Appliance.
|
void |
delete(String resourceGroupName,
String networkVirtualApplianceName,
String siteName,
com.azure.core.util.Context context)
Deletes the specified site from a Virtual Appliance.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String networkVirtualApplianceName,
String siteName)
Deletes the specified site from a Virtual Appliance.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String networkVirtualApplianceName,
String siteName)
Deletes the specified site from a Virtual Appliance.
|
VirtualApplianceSiteInner |
get(String resourceGroupName,
String networkVirtualApplianceName,
String siteName)
Gets the specified Virtual Appliance Site.
|
Mono<VirtualApplianceSiteInner> |
getAsync(String resourceGroupName,
String networkVirtualApplianceName,
String siteName)
Gets the specified Virtual Appliance Site.
|
com.azure.core.http.rest.Response<VirtualApplianceSiteInner> |
getWithResponse(String resourceGroupName,
String networkVirtualApplianceName,
String siteName,
com.azure.core.util.Context context)
Gets the specified Virtual Appliance Site.
|
Mono<com.azure.core.http.rest.Response<VirtualApplianceSiteInner>> |
getWithResponseAsync(String resourceGroupName,
String networkVirtualApplianceName,
String siteName)
Gets the specified Virtual Appliance Site.
|
com.azure.core.http.rest.PagedIterable<VirtualApplianceSiteInner> |
list(String resourceGroupName,
String networkVirtualApplianceName)
Lists all Network Virtual Appliance Sites in a Network Virtual Appliance resource.
|
com.azure.core.http.rest.PagedIterable<VirtualApplianceSiteInner> |
list(String resourceGroupName,
String networkVirtualApplianceName,
com.azure.core.util.Context context)
Lists all Network Virtual Appliance Sites in a Network Virtual Appliance resource.
|
com.azure.core.http.rest.PagedFlux<VirtualApplianceSiteInner> |
listAsync(String resourceGroupName,
String networkVirtualApplianceName)
Lists all Network Virtual Appliance Sites in a Network Virtual Appliance resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkVirtualApplianceName, String siteName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.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 networkVirtualApplianceName, String siteName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.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 networkVirtualApplianceName, String siteName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.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 networkVirtualApplianceName, String siteName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.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 networkVirtualApplianceName, String siteName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.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 networkVirtualApplianceName, String siteName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.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 networkVirtualApplianceName, String siteName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.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<VirtualApplianceSiteInner>> getWithResponseAsync(String resourceGroupName, String networkVirtualApplianceName, String siteName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.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<VirtualApplianceSiteInner> getAsync(String resourceGroupName, String networkVirtualApplianceName, String siteName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.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.VirtualApplianceSiteInner get(String resourceGroupName, String networkVirtualApplianceName, String siteName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.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<VirtualApplianceSiteInner> getWithResponse(String resourceGroupName, String networkVirtualApplianceName, String siteName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.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 networkVirtualApplianceName, String siteName, VirtualApplianceSiteInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.parameters - Parameters supplied to the create or update Network Virtual Appliance Site 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualApplianceSiteInner>,VirtualApplianceSiteInner> beginCreateOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName, String siteName, VirtualApplianceSiteInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.parameters - Parameters supplied to the create or update Network Virtual Appliance Site 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualApplianceSiteInner>,VirtualApplianceSiteInner> beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String siteName, VirtualApplianceSiteInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.parameters - Parameters supplied to the create or update Network Virtual Appliance Site 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualApplianceSiteInner>,VirtualApplianceSiteInner> beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String siteName, VirtualApplianceSiteInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.parameters - Parameters supplied to the create or update Network Virtual Appliance Site 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.Mono<VirtualApplianceSiteInner> createOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName, String siteName, VirtualApplianceSiteInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.parameters - Parameters supplied to the create or update Network Virtual Appliance Site 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.VirtualApplianceSiteInner createOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String siteName, VirtualApplianceSiteInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.parameters - Parameters supplied to the create or update Network Virtual Appliance Site 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.VirtualApplianceSiteInner createOrUpdate(String resourceGroupName, String networkVirtualApplianceName, String siteName, VirtualApplianceSiteInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.siteName - The name of the site.parameters - Parameters supplied to the create or update Network Virtual Appliance Site 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<VirtualApplianceSiteInner> listAsync(String resourceGroupName, String networkVirtualApplianceName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.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<VirtualApplianceSiteInner> list(String resourceGroupName, String networkVirtualApplianceName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.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<VirtualApplianceSiteInner> list(String resourceGroupName, String networkVirtualApplianceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of the Network Virtual Appliance.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 © 2021 Microsoft Corporation. All rights reserved.