AvailabilityGroupListener.UpdateStages.WithMultiSubnetIpConfigurations Interface

public static interface AvailabilityGroupListener.UpdateStages.WithMultiSubnetIpConfigurations

The stage of the AvailabilityGroupListener update allowing to specify multiSubnetIpConfigurations.

Method Summary

Modifier and Type Method and Description
abstract Update withMultiSubnetIpConfigurations(List<MultiSubnetIpConfiguration> multiSubnetIpConfigurations)

Specifies the multiSubnetIpConfigurations property: List of multi subnet IP configurations for an AG listener..

Method Details

withMultiSubnetIpConfigurations

public abstract AvailabilityGroupListener.Update withMultiSubnetIpConfigurations(List multiSubnetIpConfigurations)

Specifies the multiSubnetIpConfigurations property: List of multi subnet IP configurations for an AG listener..

Parameters:

multiSubnetIpConfigurations - List of multi subnet IP configurations for an AG listener.

Returns:

the next definition stage.

Applies to