NetworkSecurityRule.UpdateStages.WithDirectionAccess Interface

public static interface NetworkSecurityRule.UpdateStages.WithDirectionAccess

The stage of the network rule description allowing the direction and the access type to be specified.

Method Summary

Modifier and Type Method and Description
abstract Update allowInbound()

Allows inbound traffic.

abstract Update allowOutbound()

Allows outbound traffic.

abstract Update denyInbound()

Blocks inbound traffic.

abstract Update denyOutbound()

Blocks outbound traffic.

Method Details

allowInbound

public abstract NetworkSecurityRule.Update allowInbound()

Allows inbound traffic.

Returns:

the next stage of the definition

allowOutbound

public abstract NetworkSecurityRule.Update allowOutbound()

Allows outbound traffic.

Returns:

the next stage of the definition

denyInbound

public abstract NetworkSecurityRule.Update denyInbound()

Blocks inbound traffic.

Returns:

the next stage of the definition

denyOutbound

public abstract NetworkSecurityRule.Update denyOutbound()

Blocks outbound traffic.

Returns:

the next stage of the definition

Applies to