PublicIPAddress.DefinitionStages.WithIdleTimeout Interface

public static interface PublicIPAddress.DefinitionStages.WithIdleTimeout

A public IP address definition allowing the idle timeout to be specified.

Method Summary

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

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

Method Details

withIdleTimeoutInMinutes

public abstract PublicIPAddress.DefinitionStages.WithCreate 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 definition

Applies to