NetworkTapRulePatchableProperties 类
- java.
lang. Object - com.
azure. resourcemanager. managednetworkfabric. models. NetworkTapRulePatchableProperties
- com.
public class NetworkTapRulePatchableProperties
网络点击规则可更新属性。
构造函数摘要
| 构造函数 | 说明 |
|---|---|
| NetworkTapRulePatchableProperties() |
创建网络 |
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
|
Configuration |
configurationType()
获取配置 |
|
List<Common |
dynamicMatchConfigurations()
获取动态 |
|
List<Network |
matchConfigurations()
获取 match |
| String |
tapRulesUrl()
获取点击 |
| void |
validate()
验证 实例。 |
|
Network |
withConfigurationType(ConfigurationType configurationType)
设置配置 |
|
Network |
withDynamicMatchConfigurations(List<CommonDynamicMatchConfiguration> dynamicMatchConfigurations)
设置动态 |
|
Network |
withMatchConfigurations(List<NetworkTapRuleMatchConfiguration> matchConfigurations)
设置 match |
|
Network |
withTapRulesUrl(String tapRulesUrl)
设置点击 |
方法继承自 java.lang.Object
构造函数详细信息
NetworkTapRulePatchableProperties
public NetworkTapRulePatchableProperties()
创建 NetworkTapRulePatchableProperties 类的实例。
方法详细信息
configurationType
public ConfigurationType configurationType()
获取 configurationType 属性:用于配置网络点击规则的输入方法。
Returns:
dynamicMatchConfigurations
public List
获取 dynamicMatchConfigurations 属性:动态匹配配置列表。
Returns:
matchConfigurations
public List
获取 matchConfigurations 属性:匹配配置列表。
Returns:
tapRulesUrl
public String tapRulesUrl()
获取 tapRulesUrl 属性:网络点击规则文件 URL。
Returns:
validate
public void validate()
验证 实例。
withConfigurationType
public NetworkTapRulePatchableProperties withConfigurationType(ConfigurationType configurationType)
设置 configurationType 属性:输入方法以配置网络点击规则。
Parameters:
Returns:
withDynamicMatchConfigurations
public NetworkTapRulePatchableProperties withDynamicMatchConfigurations(List
设置 dynamicMatchConfigurations 属性:动态匹配配置列表。
Parameters:
Returns:
withMatchConfigurations
public NetworkTapRulePatchableProperties withMatchConfigurations(List
设置 matchConfigurations 属性:匹配配置列表。
Parameters:
Returns:
withTapRulesUrl
public NetworkTapRulePatchableProperties withTapRulesUrl(String tapRulesUrl)
设置 tapRulesUrl 属性:网络点击规则文件 URL。
Parameters:
Returns: