public interface NetworkInterfaceTapConfigurationsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceTapConfigurationInner>,NetworkInterfaceTapConfigurationInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName,
NetworkInterfaceTapConfigurationInner tapConfigurationParameters)
Creates or updates a Tap configuration in the specified NetworkInterface.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetworkInterfaceTapConfigurationInner>,NetworkInterfaceTapConfigurationInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName,
NetworkInterfaceTapConfigurationInner tapConfigurationParameters,
com.azure.core.util.Context context)
Creates or updates a Tap configuration in the specified NetworkInterface.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<NetworkInterfaceTapConfigurationInner>,NetworkInterfaceTapConfigurationInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName,
NetworkInterfaceTapConfigurationInner tapConfigurationParameters)
Creates or updates a Tap configuration in the specified NetworkInterface.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName)
Deletes the specified tap configuration from the NetworkInterface.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName,
com.azure.core.util.Context context)
Deletes the specified tap configuration from the NetworkInterface.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName)
Deletes the specified tap configuration from the NetworkInterface.
|
NetworkInterfaceTapConfigurationInner |
createOrUpdate(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName,
NetworkInterfaceTapConfigurationInner tapConfigurationParameters)
Creates or updates a Tap configuration in the specified NetworkInterface.
|
NetworkInterfaceTapConfigurationInner |
createOrUpdate(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName,
NetworkInterfaceTapConfigurationInner tapConfigurationParameters,
com.azure.core.util.Context context)
Creates or updates a Tap configuration in the specified NetworkInterface.
|
Mono<NetworkInterfaceTapConfigurationInner> |
createOrUpdateAsync(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName,
NetworkInterfaceTapConfigurationInner tapConfigurationParameters)
Creates or updates a Tap configuration in the specified NetworkInterface.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName,
NetworkInterfaceTapConfigurationInner tapConfigurationParameters)
Creates or updates a Tap configuration in the specified NetworkInterface.
|
void |
delete(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName)
Deletes the specified tap configuration from the NetworkInterface.
|
void |
delete(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName,
com.azure.core.util.Context context)
Deletes the specified tap configuration from the NetworkInterface.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName)
Deletes the specified tap configuration from the NetworkInterface.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName)
Deletes the specified tap configuration from the NetworkInterface.
|
NetworkInterfaceTapConfigurationInner |
get(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName)
Get the specified tap configuration on a network interface.
|
Mono<NetworkInterfaceTapConfigurationInner> |
getAsync(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName)
Get the specified tap configuration on a network interface.
|
com.azure.core.http.rest.Response<NetworkInterfaceTapConfigurationInner> |
getWithResponse(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName,
com.azure.core.util.Context context)
Get the specified tap configuration on a network interface.
|
Mono<com.azure.core.http.rest.Response<NetworkInterfaceTapConfigurationInner>> |
getWithResponseAsync(String resourceGroupName,
String networkInterfaceName,
String tapConfigurationName)
Get the specified tap configuration on a network interface.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceTapConfigurationInner> |
list(String resourceGroupName,
String networkInterfaceName)
Get all Tap configurations in a network interface.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceTapConfigurationInner> |
list(String resourceGroupName,
String networkInterfaceName,
com.azure.core.util.Context context)
Get all Tap configurations in a network interface.
|
com.azure.core.http.rest.PagedFlux<NetworkInterfaceTapConfigurationInner> |
listAsync(String resourceGroupName,
String networkInterfaceName)
Get all Tap configurations in a network interface.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkInterfaceName, String tapConfigurationName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.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 networkInterfaceName, String tapConfigurationName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.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 networkInterfaceName, String tapConfigurationName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.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 networkInterfaceName, String tapConfigurationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.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 networkInterfaceName, String tapConfigurationName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.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 networkInterfaceName, String tapConfigurationName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.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 networkInterfaceName, String tapConfigurationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.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<NetworkInterfaceTapConfigurationInner>> getWithResponseAsync(String resourceGroupName, String networkInterfaceName, String tapConfigurationName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.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<NetworkInterfaceTapConfigurationInner> getAsync(String resourceGroupName, String networkInterfaceName, String tapConfigurationName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.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.NetworkInterfaceTapConfigurationInner get(String resourceGroupName, String networkInterfaceName, String tapConfigurationName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.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<NetworkInterfaceTapConfigurationInner> getWithResponse(String resourceGroupName, String networkInterfaceName, String tapConfigurationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.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 networkInterfaceName, String tapConfigurationName, NetworkInterfaceTapConfigurationInner tapConfigurationParameters)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.tapConfigurationParameters - Tap configuration in a Network Interface.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<NetworkInterfaceTapConfigurationInner>,NetworkInterfaceTapConfigurationInner> beginCreateOrUpdateAsync(String resourceGroupName, String networkInterfaceName, String tapConfigurationName, NetworkInterfaceTapConfigurationInner tapConfigurationParameters)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.tapConfigurationParameters - Tap configuration in a Network Interface.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<NetworkInterfaceTapConfigurationInner>,NetworkInterfaceTapConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String networkInterfaceName, String tapConfigurationName, NetworkInterfaceTapConfigurationInner tapConfigurationParameters)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.tapConfigurationParameters - Tap configuration in a Network Interface.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<NetworkInterfaceTapConfigurationInner>,NetworkInterfaceTapConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String networkInterfaceName, String tapConfigurationName, NetworkInterfaceTapConfigurationInner tapConfigurationParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.tapConfigurationParameters - Tap configuration in a Network Interface.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<NetworkInterfaceTapConfigurationInner> createOrUpdateAsync(String resourceGroupName, String networkInterfaceName, String tapConfigurationName, NetworkInterfaceTapConfigurationInner tapConfigurationParameters)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.tapConfigurationParameters - Tap configuration in a Network Interface.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.NetworkInterfaceTapConfigurationInner createOrUpdate(String resourceGroupName, String networkInterfaceName, String tapConfigurationName, NetworkInterfaceTapConfigurationInner tapConfigurationParameters)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.tapConfigurationParameters - Tap configuration in a Network Interface.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.NetworkInterfaceTapConfigurationInner createOrUpdate(String resourceGroupName, String networkInterfaceName, String tapConfigurationName, NetworkInterfaceTapConfigurationInner tapConfigurationParameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.tapConfigurationName - The name of the tap configuration.tapConfigurationParameters - Tap configuration in a Network Interface.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<NetworkInterfaceTapConfigurationInner> listAsync(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.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<NetworkInterfaceTapConfigurationInner> list(String resourceGroupName, String networkInterfaceName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.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<NetworkInterfaceTapConfigurationInner> list(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.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.