public interface NetworkVirtualAppliancesClient extends InnerSupportsGet<NetworkVirtualApplianceInner>, InnerSupportsListing<NetworkVirtualApplianceInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkVirtualApplianceInner>,NetworkVirtualApplianceInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkVirtualApplianceName,
NetworkVirtualApplianceInner parameters)
Creates or updates the specified Network Virtual Appliance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkVirtualApplianceInner>,NetworkVirtualApplianceInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkVirtualApplianceName,
NetworkVirtualApplianceInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Network Virtual Appliance.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkVirtualApplianceInner>,NetworkVirtualApplianceInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String networkVirtualApplianceName,
NetworkVirtualApplianceInner parameters)
Creates or updates the specified Network Virtual Appliance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkVirtualApplianceName)
Deletes the specified Network Virtual Appliance.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkVirtualApplianceName,
com.azure.core.util.Context context)
Deletes the specified Network Virtual Appliance.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String networkVirtualApplianceName)
Deletes the specified Network Virtual Appliance.
|
NetworkVirtualApplianceInner |
createOrUpdate(String resourceGroupName,
String networkVirtualApplianceName,
NetworkVirtualApplianceInner parameters)
Creates or updates the specified Network Virtual Appliance.
|
NetworkVirtualApplianceInner |
createOrUpdate(String resourceGroupName,
String networkVirtualApplianceName,
NetworkVirtualApplianceInner parameters,
com.azure.core.util.Context context)
Creates or updates the specified Network Virtual Appliance.
|
Mono<NetworkVirtualApplianceInner> |
createOrUpdateAsync(String resourceGroupName,
String networkVirtualApplianceName,
NetworkVirtualApplianceInner parameters)
Creates or updates the specified Network Virtual Appliance.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String networkVirtualApplianceName,
NetworkVirtualApplianceInner parameters)
Creates or updates the specified Network Virtual Appliance.
|
void |
delete(String resourceGroupName,
String networkVirtualApplianceName)
Deletes the specified Network Virtual Appliance.
|
void |
delete(String resourceGroupName,
String networkVirtualApplianceName,
com.azure.core.util.Context context)
Deletes the specified Network Virtual Appliance.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String networkVirtualApplianceName)
Deletes the specified Network Virtual Appliance.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String networkVirtualApplianceName)
Deletes the specified Network Virtual Appliance.
|
NetworkVirtualApplianceInner |
getByResourceGroup(String resourceGroupName,
String networkVirtualApplianceName)
Gets the specified Network Virtual Appliance.
|
Mono<NetworkVirtualApplianceInner> |
getByResourceGroupAsync(String resourceGroupName,
String networkVirtualApplianceName)
Gets the specified Network Virtual Appliance.
|
Mono<NetworkVirtualApplianceInner> |
getByResourceGroupAsync(String resourceGroupName,
String networkVirtualApplianceName,
String expand)
Gets the specified Network Virtual Appliance.
|
com.azure.core.http.rest.Response<NetworkVirtualApplianceInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String networkVirtualApplianceName,
String expand,
com.azure.core.util.Context context)
Gets the specified Network Virtual Appliance.
|
Mono<com.azure.core.http.rest.Response<NetworkVirtualApplianceInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String networkVirtualApplianceName,
String expand)
Gets the specified Network Virtual Appliance.
|
com.azure.core.http.rest.PagedIterable<NetworkVirtualApplianceInner> |
list()
Gets all Network Virtual Appliances in a subscription.
|
com.azure.core.http.rest.PagedIterable<NetworkVirtualApplianceInner> |
list(com.azure.core.util.Context context)
Gets all Network Virtual Appliances in a subscription.
|
com.azure.core.http.rest.PagedFlux<NetworkVirtualApplianceInner> |
listAsync()
Gets all Network Virtual Appliances in a subscription.
|
com.azure.core.http.rest.PagedIterable<NetworkVirtualApplianceInner> |
listByResourceGroup(String resourceGroupName)
Lists all Network Virtual Appliances in a resource group.
|
com.azure.core.http.rest.PagedIterable<NetworkVirtualApplianceInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists all Network Virtual Appliances in a resource group.
|
com.azure.core.http.rest.PagedFlux<NetworkVirtualApplianceInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists all Network Virtual Appliances in a resource group.
|
NetworkVirtualApplianceInner |
updateTags(String resourceGroupName,
String networkVirtualApplianceName)
Updates a Network Virtual Appliance.
|
Mono<NetworkVirtualApplianceInner> |
updateTagsAsync(String resourceGroupName,
String networkVirtualApplianceName)
Updates a Network Virtual Appliance.
|
Mono<NetworkVirtualApplianceInner> |
updateTagsAsync(String resourceGroupName,
String networkVirtualApplianceName,
Map<String,String> tags)
Updates a Network Virtual Appliance.
|
com.azure.core.http.rest.Response<NetworkVirtualApplianceInner> |
updateTagsWithResponse(String resourceGroupName,
String networkVirtualApplianceName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates a Network Virtual Appliance.
|
Mono<com.azure.core.http.rest.Response<NetworkVirtualApplianceInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String networkVirtualApplianceName,
Map<String,String> tags)
Updates a Network Virtual Appliance.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkVirtualApplianceName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of 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.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkVirtualApplianceName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkVirtualApplianceName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of 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.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkVirtualApplianceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of 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.Mono<Void> deleteAsync(String resourceGroupName, String networkVirtualApplianceName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of 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.void delete(String resourceGroupName, String networkVirtualApplianceName)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of 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.void delete(String resourceGroupName, String networkVirtualApplianceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of 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.Mono<com.azure.core.http.rest.Response<NetworkVirtualApplianceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String networkVirtualApplianceName, String expand)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of Network Virtual Appliance.expand - Expands referenced resources.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<NetworkVirtualApplianceInner> getByResourceGroupAsync(String resourceGroupName, String networkVirtualApplianceName, String expand)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of Network Virtual Appliance.expand - Expands referenced resources.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<NetworkVirtualApplianceInner> getByResourceGroupAsync(String resourceGroupName, String networkVirtualApplianceName)
getByResourceGroupAsync in interface InnerSupportsGet<NetworkVirtualApplianceInner>resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of 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.NetworkVirtualApplianceInner getByResourceGroup(String resourceGroupName, String networkVirtualApplianceName)
getByResourceGroup in interface InnerSupportsGet<NetworkVirtualApplianceInner>resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of 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.Response<NetworkVirtualApplianceInner> getByResourceGroupWithResponse(String resourceGroupName, String networkVirtualApplianceName, String expand, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of Network Virtual Appliance.expand - Expands referenced resources.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<NetworkVirtualApplianceInner>> updateTagsWithResponseAsync(String resourceGroupName, String networkVirtualApplianceName, Map<String,String> tags)
resourceGroupName - The resource group name of Network Virtual Appliance.networkVirtualApplianceName - The name of Network Virtual Appliance 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<NetworkVirtualApplianceInner> updateTagsAsync(String resourceGroupName, String networkVirtualApplianceName, Map<String,String> tags)
resourceGroupName - The resource group name of Network Virtual Appliance.networkVirtualApplianceName - The name of Network Virtual Appliance 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<NetworkVirtualApplianceInner> updateTagsAsync(String resourceGroupName, String networkVirtualApplianceName)
resourceGroupName - The resource group name of Network Virtual Appliance.networkVirtualApplianceName - The name of Network Virtual Appliance 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.NetworkVirtualApplianceInner updateTags(String resourceGroupName, String networkVirtualApplianceName)
resourceGroupName - The resource group name of Network Virtual Appliance.networkVirtualApplianceName - The name of Network Virtual Appliance 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<NetworkVirtualApplianceInner> updateTagsWithResponse(String resourceGroupName, String networkVirtualApplianceName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The resource group name of Network Virtual Appliance.networkVirtualApplianceName - The name of Network Virtual Appliance 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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkVirtualApplianceName, NetworkVirtualApplianceInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of Network Virtual Appliance.parameters - NetworkVirtualAppliance 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<NetworkVirtualApplianceInner>,NetworkVirtualApplianceInner> beginCreateOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName, NetworkVirtualApplianceInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of Network Virtual Appliance.parameters - NetworkVirtualAppliance 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<NetworkVirtualApplianceInner>,NetworkVirtualApplianceInner> beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, NetworkVirtualApplianceInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of Network Virtual Appliance.parameters - NetworkVirtualAppliance 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<NetworkVirtualApplianceInner>,NetworkVirtualApplianceInner> beginCreateOrUpdate(String resourceGroupName, String networkVirtualApplianceName, NetworkVirtualApplianceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of Network Virtual Appliance.parameters - NetworkVirtualAppliance 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<NetworkVirtualApplianceInner> createOrUpdateAsync(String resourceGroupName, String networkVirtualApplianceName, NetworkVirtualApplianceInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of Network Virtual Appliance.parameters - NetworkVirtualAppliance 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.NetworkVirtualApplianceInner createOrUpdate(String resourceGroupName, String networkVirtualApplianceName, NetworkVirtualApplianceInner parameters)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of Network Virtual Appliance.parameters - NetworkVirtualAppliance 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.NetworkVirtualApplianceInner createOrUpdate(String resourceGroupName, String networkVirtualApplianceName, NetworkVirtualApplianceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkVirtualApplianceName - The name of Network Virtual Appliance.parameters - NetworkVirtualAppliance 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.com.azure.core.http.rest.PagedFlux<NetworkVirtualApplianceInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<NetworkVirtualApplianceInner>resourceGroupName - The name of the resource group.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<NetworkVirtualApplianceInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<NetworkVirtualApplianceInner>resourceGroupName - The name of the resource group.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<NetworkVirtualApplianceInner> 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.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<NetworkVirtualApplianceInner> listAsync()
listAsync in interface InnerSupportsListing<NetworkVirtualApplianceInner>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<NetworkVirtualApplianceInner> list()
list in interface InnerSupportsListing<NetworkVirtualApplianceInner>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<NetworkVirtualApplianceInner> 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.