PublicIPAddress.UpdateStages.WithIdleTimout Interface

public static interface PublicIPAddress.UpdateStages.WithIdleTimout

A public IP address update allowing the idle timeout to be changed.

Method Summary

Modifier and Type Method and Description
abstract Update withIdleTimeoutInMinutes(int minutes)

Specifies the timeout (in minutes) for an idle connection.

Method Details

withIdleTimeoutInMinutes

public abstract PublicIPAddress.Update withIdleTimeoutInMinutes(int minutes)

Specifies the timeout (in minutes) for an idle connection.

Parameters:

minutes - the length of the time out in minutes

Returns:

the next stage of the resource update

Applies to