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
Gets the specified network interface ip configuration.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified network interface ip configuration.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified network interface ip configuration.
Parameters:
Returns:
list
public abstract PagedIterable
Get all ip configurations in a network interface.
Parameters:
Returns:
list
public abstract PagedIterable
Get all ip configurations in a network interface.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Get all ip configurations in a network interface.
Parameters:
Returns:
Applies to
Azure SDK for Java