NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddress<ParentT> 接口
定义
The stage of the network rule definition allowing the source address to be specified.
public interface WithSourceAddress<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
fromAddress(String cidr) |
Specifies the traffic source address prefix to which this rule applies. |
fromAnyAddress() |
Specifies that the rule applies to any traffic source address. |