NetworkInterfaceIpConfigurationsClient Interface
public interface NetworkInterfaceIpConfigurationsClient
An instance of this class provides access to all the operations defined in NetworkInterfaceIpConfigurationsClient.
Method Summary
Method Details
get
public abstract NetworkInterfaceIpConfigurationInner get(String resourceGroupName, String networkInterfaceName, String ipConfigurationName)
Gets the specified network interface ip configuration.
Parameters:
Returns:
getAsync
public abstract Mono<NetworkInterfaceIpConfigurationInner> getAsync(String resourceGroupName, String networkInterfaceName, String ipConfigurationName)
Gets the specified network interface ip configuration.
Parameters:
Returns:
getWithResponse
public abstract Response<NetworkInterfaceIpConfigurationInner> getWithResponse(String resourceGroupName, String networkInterfaceName, String ipConfigurationName, Context context)
Gets the specified network interface ip configuration.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<NetworkInterfaceIpConfigurationInner>> getWithResponseAsync(String resourceGroupName, String networkInterfaceName, String ipConfigurationName)
Gets the specified network interface ip configuration.
Parameters:
Returns:
list
public abstract PagedIterable<NetworkInterfaceIpConfigurationInner> list(String resourceGroupName, String networkInterfaceName)
Get all ip configurations in a network interface.
Parameters:
Returns:
list
public abstract PagedIterable<NetworkInterfaceIpConfigurationInner> list(String resourceGroupName, String networkInterfaceName, Context context)
Get all ip configurations in a network interface.
Parameters:
Returns:
listAsync
public abstract PagedFlux<NetworkInterfaceIpConfigurationInner> listAsync(String resourceGroupName, String networkInterfaceName)
Get all ip configurations in a network interface.
Parameters:
Returns: