public interface VirtualHubIpConfigurationsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<HubIpConfigurationInner>,HubIpConfigurationInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String ipConfigName,
HubIpConfigurationInner parameters)
Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing
VirtualHubIpConfiguration.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<HubIpConfigurationInner>,HubIpConfigurationInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String ipConfigName,
HubIpConfigurationInner parameters,
com.azure.core.util.Context context)
Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing
VirtualHubIpConfiguration.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<HubIpConfigurationInner>,HubIpConfigurationInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String ipConfigName,
HubIpConfigurationInner parameters)
Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing
VirtualHubIpConfiguration.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName,
String ipConfigName)
Deletes a VirtualHubIpConfiguration.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName,
String ipConfigName,
com.azure.core.util.Context context)
Deletes a VirtualHubIpConfiguration.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualHubName,
String ipConfigName)
Deletes a VirtualHubIpConfiguration.
|
HubIpConfigurationInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String ipConfigName,
HubIpConfigurationInner parameters)
Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing
VirtualHubIpConfiguration.
|
HubIpConfigurationInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String ipConfigName,
HubIpConfigurationInner parameters,
com.azure.core.util.Context context)
Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing
VirtualHubIpConfiguration.
|
Mono<HubIpConfigurationInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String ipConfigName,
HubIpConfigurationInner parameters)
Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing
VirtualHubIpConfiguration.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualHubName,
String ipConfigName,
HubIpConfigurationInner parameters)
Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing
VirtualHubIpConfiguration.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String ipConfigName)
Deletes a VirtualHubIpConfiguration.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String ipConfigName,
com.azure.core.util.Context context)
Deletes a VirtualHubIpConfiguration.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualHubName,
String ipConfigName)
Deletes a VirtualHubIpConfiguration.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualHubName,
String ipConfigName)
Deletes a VirtualHubIpConfiguration.
|
HubIpConfigurationInner |
get(String resourceGroupName,
String virtualHubName,
String ipConfigName)
Retrieves the details of a Virtual Hub Ip configuration.
|
Mono<HubIpConfigurationInner> |
getAsync(String resourceGroupName,
String virtualHubName,
String ipConfigName)
Retrieves the details of a Virtual Hub Ip configuration.
|
com.azure.core.http.rest.Response<HubIpConfigurationInner> |
getWithResponse(String resourceGroupName,
String virtualHubName,
String ipConfigName,
com.azure.core.util.Context context)
Retrieves the details of a Virtual Hub Ip configuration.
|
Mono<com.azure.core.http.rest.Response<HubIpConfigurationInner>> |
getWithResponseAsync(String resourceGroupName,
String virtualHubName,
String ipConfigName)
Retrieves the details of a Virtual Hub Ip configuration.
|
com.azure.core.http.rest.PagedIterable<HubIpConfigurationInner> |
list(String resourceGroupName,
String virtualHubName)
Retrieves the details of all VirtualHubIpConfigurations.
|
com.azure.core.http.rest.PagedIterable<HubIpConfigurationInner> |
list(String resourceGroupName,
String virtualHubName,
com.azure.core.util.Context context)
Retrieves the details of all VirtualHubIpConfigurations.
|
com.azure.core.http.rest.PagedFlux<HubIpConfigurationInner> |
listAsync(String resourceGroupName,
String virtualHubName)
Retrieves the details of all VirtualHubIpConfigurations.
|
Mono<com.azure.core.http.rest.Response<HubIpConfigurationInner>> getWithResponseAsync(String resourceGroupName, String virtualHubName, String ipConfigName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.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<HubIpConfigurationInner> getAsync(String resourceGroupName, String virtualHubName, String ipConfigName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.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.HubIpConfigurationInner get(String resourceGroupName, String virtualHubName, String ipConfigName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.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<HubIpConfigurationInner> getWithResponse(String resourceGroupName, String virtualHubName, String ipConfigName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.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 virtualHubName, String ipConfigName, HubIpConfigurationInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.parameters - Hub Ip Configuration parameters.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<HubIpConfigurationInner>,HubIpConfigurationInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualHubName, String ipConfigName, HubIpConfigurationInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.parameters - Hub Ip Configuration parameters.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<HubIpConfigurationInner>,HubIpConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String ipConfigName, HubIpConfigurationInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.parameters - Hub Ip Configuration parameters.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<HubIpConfigurationInner>,HubIpConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String ipConfigName, HubIpConfigurationInner parameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.parameters - Hub Ip Configuration parameters.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<HubIpConfigurationInner> createOrUpdateAsync(String resourceGroupName, String virtualHubName, String ipConfigName, HubIpConfigurationInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.parameters - Hub Ip Configuration parameters.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.HubIpConfigurationInner createOrUpdate(String resourceGroupName, String virtualHubName, String ipConfigName, HubIpConfigurationInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.parameters - Hub Ip Configuration parameters.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.HubIpConfigurationInner createOrUpdate(String resourceGroupName, String virtualHubName, String ipConfigName, HubIpConfigurationInner parameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.parameters - Hub Ip Configuration parameters.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 virtualHubName, String ipConfigName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.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 virtualHubName, String ipConfigName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.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 virtualHubName, String ipConfigName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.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 virtualHubName, String ipConfigName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.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 virtualHubName, String ipConfigName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.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 virtualHubName, String ipConfigName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.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 virtualHubName, String ipConfigName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.ipConfigName - The name of the ipconfig.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<HubIpConfigurationInner> listAsync(String resourceGroupName, String virtualHubName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.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<HubIpConfigurationInner> list(String resourceGroupName, String virtualHubName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.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<HubIpConfigurationInner> list(String resourceGroupName, String virtualHubName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.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.