NetworkSecurityRule.DefinitionStages.WithProtocol<ParentT> 接口
定义
The stage of the security rule definition allowing the protocol that the rule applies to to be specified.
public interface WithProtocol<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
withAnyProtocol() |
Makes this rule apply to any supported protocol. |
withProtocol(SecurityRuleProtocol protocol) |
Specifies the protocol that this rule applies to. |