Interface VirtualHubIpConfigurationsClient
public interface VirtualHubIpConfigurationsClient
An instance of this class provides access to all the operations defined in VirtualHubIpConfigurationsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.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.beginDelete(String resourceGroupName, String virtualHubName, String ipConfigName) Deletes a VirtualHubIpConfiguration.beginDelete(String resourceGroupName, String virtualHubName, String ipConfigName, com.azure.core.util.Context context) Deletes a VirtualHubIpConfiguration.beginDeleteAsync(String resourceGroupName, String virtualHubName, String ipConfigName) Deletes a VirtualHubIpConfiguration.createOrUpdate(String resourceGroupName, String virtualHubName, String ipConfigName, HubIpConfigurationInner parameters) Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing VirtualHubIpConfiguration.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.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.voidDeletes a VirtualHubIpConfiguration.voiddelete(String resourceGroupName, String virtualHubName, String ipConfigName, com.azure.core.util.Context context) Deletes a VirtualHubIpConfiguration.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.Retrieves the details of a Virtual Hub Ip configuration.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> Retrieves the details of all VirtualHubIpConfigurations.com.azure.core.http.rest.PagedIterable<HubIpConfigurationInner> Retrieves the details of all VirtualHubIpConfigurations.com.azure.core.http.rest.PagedFlux<HubIpConfigurationInner> Retrieves the details of all VirtualHubIpConfigurations.
-
Method Details
-
getWithResponseAsync
Mono<com.azure.core.http.rest.Response<HubIpConfigurationInner>> getWithResponseAsync(String resourceGroupName, String virtualHubName, String ipConfigName) Retrieves the details of a Virtual Hub Ip configuration.- Parameters:
resourceGroupName- The resource group name of the VirtualHub.virtualHubName- The name of the VirtualHub.ipConfigName- The name of the ipconfig.- Returns:
- ipConfigurations along with
Responseon successful completion ofMono. - Throws:
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.
-
getAsync
Mono<HubIpConfigurationInner> getAsync(String resourceGroupName, String virtualHubName, String ipConfigName) Retrieves the details of a Virtual Hub Ip configuration.- Parameters:
resourceGroupName- The resource group name of the VirtualHub.virtualHubName- The name of the VirtualHub.ipConfigName- The name of the ipconfig.- Returns:
- ipConfigurations on successful completion of
Mono. - Throws:
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.
-
getWithResponse
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.- Parameters:
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.- Returns:
- ipConfigurations along with
Response. - Throws:
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.
-
get
Retrieves the details of a Virtual Hub Ip configuration.- Parameters:
resourceGroupName- The resource group name of the VirtualHub.virtualHubName- The name of the VirtualHub.ipConfigName- The name of the ipconfig.- Returns:
- ipConfigurations.
- Throws:
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.
-
createOrUpdateWithResponseAsync
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.- 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.- Returns:
- ipConfigurations along with
Responseon successful completion ofMono. - Throws:
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.
-
beginCreateOrUpdateAsync
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.- 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.- Returns:
- the
PollerFluxfor polling of ipConfigurations. - Throws:
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.
-
beginCreateOrUpdate
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.- 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.- Returns:
- the
SyncPollerfor polling of ipConfigurations. - Throws:
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.
-
beginCreateOrUpdate
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.- 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.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of ipConfigurations. - Throws:
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.
-
createOrUpdateAsync
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.- 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.- Returns:
- ipConfigurations on successful completion of
Mono. - Throws:
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.
-
createOrUpdate
HubIpConfigurationInner createOrUpdate(String resourceGroupName, String virtualHubName, String ipConfigName, HubIpConfigurationInner parameters) Creates a VirtualHubIpConfiguration resource if it doesn't exist else updates the existing VirtualHubIpConfiguration.- 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.- Returns:
- ipConfigurations.
- Throws:
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.
-
createOrUpdate
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.- 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.context- The context to associate with this operation.- Returns:
- ipConfigurations.
- Throws:
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.
-
deleteWithResponseAsync
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String virtualHubName, String ipConfigName) Deletes a VirtualHubIpConfiguration.- Parameters:
resourceGroupName- The resource group name of the VirtualHubBgpConnection.virtualHubName- The name of the VirtualHub.ipConfigName- The name of the ipconfig.- Returns:
- the
Responseon successful completion ofMono. - Throws:
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.
-
beginDeleteAsync
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String virtualHubName, String ipConfigName) Deletes a VirtualHubIpConfiguration.- Parameters:
resourceGroupName- The resource group name of the VirtualHubBgpConnection.virtualHubName- The name of the VirtualHub.ipConfigName- The name of the ipconfig.- Returns:
- the
PollerFluxfor polling of long-running operation. - Throws:
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.
-
beginDelete
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualHubName, String ipConfigName) Deletes a VirtualHubIpConfiguration.- Parameters:
resourceGroupName- The resource group name of the VirtualHubBgpConnection.virtualHubName- The name of the VirtualHub.ipConfigName- The name of the ipconfig.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
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.
-
beginDelete
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.- Parameters:
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.- Returns:
- the
SyncPollerfor polling of long-running operation. - Throws:
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.
-
deleteAsync
Deletes a VirtualHubIpConfiguration.- Parameters:
resourceGroupName- The resource group name of the VirtualHubBgpConnection.virtualHubName- The name of the VirtualHub.ipConfigName- The name of the ipconfig.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
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.
-
delete
Deletes a VirtualHubIpConfiguration.- Parameters:
resourceGroupName- The resource group name of the VirtualHubBgpConnection.virtualHubName- The name of the VirtualHub.ipConfigName- The name of the ipconfig.- Throws:
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.
-
delete
void delete(String resourceGroupName, String virtualHubName, String ipConfigName, com.azure.core.util.Context context) Deletes a VirtualHubIpConfiguration.- Parameters:
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.- Throws:
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.
-
listAsync
com.azure.core.http.rest.PagedFlux<HubIpConfigurationInner> listAsync(String resourceGroupName, String virtualHubName) Retrieves the details of all VirtualHubIpConfigurations.- Parameters:
resourceGroupName- The resource group name of the VirtualHub.virtualHubName- The name of the VirtualHub.- Returns:
- virtualHubIpConfigurations list as paginated response with
PagedFlux. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<HubIpConfigurationInner> list(String resourceGroupName, String virtualHubName) Retrieves the details of all VirtualHubIpConfigurations.- Parameters:
resourceGroupName- The resource group name of the VirtualHub.virtualHubName- The name of the VirtualHub.- Returns:
- virtualHubIpConfigurations list as paginated response with
PagedIterable. - Throws:
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.
-
list
com.azure.core.http.rest.PagedIterable<HubIpConfigurationInner> list(String resourceGroupName, String virtualHubName, com.azure.core.util.Context context) Retrieves the details of all VirtualHubIpConfigurations.- Parameters:
resourceGroupName- The resource group name of the VirtualHub.virtualHubName- The name of the VirtualHub.context- The context to associate with this operation.- Returns:
- virtualHubIpConfigurations list as paginated response with
PagedIterable. - Throws:
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.
-