public interface NetworkInterfaceIpConfigurationsClient
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfaceIpConfigurationInner |
get(String resourceGroupName,
String networkInterfaceName,
String ipConfigurationName)
Gets the specified network interface ip configuration.
|
Mono<NetworkInterfaceIpConfigurationInner> |
getAsync(String resourceGroupName,
String networkInterfaceName,
String ipConfigurationName)
Gets the specified network interface ip configuration.
|
com.azure.core.http.rest.Response<NetworkInterfaceIpConfigurationInner> |
getWithResponse(String resourceGroupName,
String networkInterfaceName,
String ipConfigurationName,
com.azure.core.util.Context context)
Gets the specified network interface ip configuration.
|
Mono<com.azure.core.http.rest.Response<NetworkInterfaceIpConfigurationInner>> |
getWithResponseAsync(String resourceGroupName,
String networkInterfaceName,
String ipConfigurationName)
Gets the specified network interface ip configuration.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceIpConfigurationInner> |
list(String resourceGroupName,
String networkInterfaceName)
Get all ip configurations in a network interface.
|
com.azure.core.http.rest.PagedIterable<NetworkInterfaceIpConfigurationInner> |
list(String resourceGroupName,
String networkInterfaceName,
com.azure.core.util.Context context)
Get all ip configurations in a network interface.
|
com.azure.core.http.rest.PagedFlux<NetworkInterfaceIpConfigurationInner> |
listAsync(String resourceGroupName,
String networkInterfaceName)
Get all ip configurations in a network interface.
|
com.azure.core.http.rest.PagedFlux<NetworkInterfaceIpConfigurationInner> 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<NetworkInterfaceIpConfigurationInner> 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<NetworkInterfaceIpConfigurationInner> 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.Mono<com.azure.core.http.rest.Response<NetworkInterfaceIpConfigurationInner>> getWithResponseAsync(String resourceGroupName, String networkInterfaceName, String ipConfigurationName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the ip configuration name.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<NetworkInterfaceIpConfigurationInner> getAsync(String resourceGroupName, String networkInterfaceName, String ipConfigurationName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the ip configuration name.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.NetworkInterfaceIpConfigurationInner get(String resourceGroupName, String networkInterfaceName, String ipConfigurationName)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the ip configuration name.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<NetworkInterfaceIpConfigurationInner> getWithResponse(String resourceGroupName, String networkInterfaceName, String ipConfigurationName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkInterfaceName - The name of the network interface.ipConfigurationName - The name of the ip configuration name.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.