NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface NetworkSecurityRule.DefinitionStages.WithProtocol

The stage of the security rule definition allowing the protocol that the rule applies to to be specified.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withAnyProtocol()

Makes this rule apply to any supported protocol.

abstract WithAttach<ParentT> withProtocol(SecurityRuleProtocol protocol)

Specifies the protocol that this rule applies to.

Method Details

withAnyProtocol

public abstract NetworkSecurityRule.DefinitionStages.WithAttach withAnyProtocol()

Makes this rule apply to any supported protocol.

Returns:

the next stage of the definition

withProtocol

public abstract NetworkSecurityRule.DefinitionStages.WithAttach withProtocol(SecurityRuleProtocol protocol)

Specifies the protocol that this rule applies to.

Parameters:

protocol - one of the supported protocols

Returns:

the next stage of the definition

Applies to