你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkTapRulePatchableProperties 类

  • java.lang.Object
    • com.azure.resourcemanager.managednetworkfabric.models.NetworkTapRulePatchableProperties

public class NetworkTapRulePatchableProperties

网络点击规则可更新属性。

构造函数摘要

构造函数 说明
NetworkTapRulePatchableProperties()

创建网络点击规则修补属性类的实例。

方法摘要

修饰符和类型 方法和描述
ConfigurationType configurationType()

获取配置Type 属性:用于配置网络点击规则的输入方法。

List<CommonDynamicMatchConfiguration> dynamicMatchConfigurations()

获取动态匹配配置属性:动态匹配配置列表。

List<NetworkTapRuleMatchConfiguration> matchConfigurations()

获取 matchConfigurations 属性:匹配配置列表。

String tapRulesUrl()

获取点击规则URL 属性:网络点击规则文件 URL。

void validate()

验证 实例。

NetworkTapRulePatchableProperties withConfigurationType(ConfigurationType configurationType)

设置配置Type 属性:输入方法以配置网络点击规则。

NetworkTapRulePatchableProperties withDynamicMatchConfigurations(List<CommonDynamicMatchConfiguration> dynamicMatchConfigurations)

设置动态匹配配置属性:动态匹配配置列表。

NetworkTapRulePatchableProperties withMatchConfigurations(List<NetworkTapRuleMatchConfiguration> matchConfigurations)

设置 matchConfigurations 属性:匹配配置列表。

NetworkTapRulePatchableProperties withTapRulesUrl(String tapRulesUrl)

设置点击规则URL 属性:网络点击规则文件 URL。

方法继承自 java.lang.Object

构造函数详细信息

NetworkTapRulePatchableProperties

public NetworkTapRulePatchableProperties()

创建 NetworkTapRulePatchableProperties 类的实例。

方法详细信息

configurationType

public ConfigurationType configurationType()

获取 configurationType 属性:用于配置网络点击规则的输入方法。

Returns:

configurationType 值。

dynamicMatchConfigurations

public List dynamicMatchConfigurations()

获取 dynamicMatchConfigurations 属性:动态匹配配置列表。

Returns:

dynamicMatchConfigurations 值。

matchConfigurations

public List matchConfigurations()

获取 matchConfigurations 属性:匹配配置列表。

Returns:

matchConfigurations 值。

tapRulesUrl

public String tapRulesUrl()

获取 tapRulesUrl 属性:网络点击规则文件 URL。

Returns:

tapRulesUrl 值。

validate

public void validate()

验证 实例。

withConfigurationType

public NetworkTapRulePatchableProperties withConfigurationType(ConfigurationType configurationType)

设置 configurationType 属性:输入方法以配置网络点击规则。

Parameters:

configurationType - 要设置的 configurationType 值。

Returns:

NetworkTapRulePatchableProperties 对象本身。

withDynamicMatchConfigurations

public NetworkTapRulePatchableProperties withDynamicMatchConfigurations(List dynamicMatchConfigurations)

设置 dynamicMatchConfigurations 属性:动态匹配配置列表。

Parameters:

dynamicMatchConfigurations - 要设置的 dynamicMatchConfigurations 值。

Returns:

NetworkTapRulePatchableProperties 对象本身。

withMatchConfigurations

public NetworkTapRulePatchableProperties withMatchConfigurations(List matchConfigurations)

设置 matchConfigurations 属性:匹配配置列表。

Parameters:

matchConfigurations - 要设置的 matchConfigurations 值。

Returns:

NetworkTapRulePatchableProperties 对象本身。

withTapRulesUrl

public NetworkTapRulePatchableProperties withTapRulesUrl(String tapRulesUrl)

设置 tapRulesUrl 属性:网络点击规则文件 URL。

Parameters:

tapRulesUrl - 点击要设置的RulesUrl 值。

Returns:

NetworkTapRulePatchableProperties 对象本身。

适用于