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

NetworkTapRulePatch 类

public final class NetworkTapRulePatch
extends TagsUpdate

NetworkTapRule 资源定义。

构造函数摘要

构造函数 说明
NetworkTapRulePatch()

创建 NetworkTapRulePatch 类的实例。

方法摘要

修饰符和类型 方法和描述
String annotation()

获取批注属性:开关配置说明。

ConfigurationType configurationType()

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

List<CommonDynamicMatchConfiguration> dynamicMatchConfigurations()

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

List<NetworkTapRuleMatchConfiguration> matchConfigurations()

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

String tapRulesUrl()

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

void validate()

验证 实例。

NetworkTapRulePatch withAnnotation(String annotation)

设置批注属性:开关配置说明。

NetworkTapRulePatch withConfigurationType(ConfigurationType configurationType)

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

NetworkTapRulePatch withDynamicMatchConfigurations(List<CommonDynamicMatchConfiguration> dynamicMatchConfigurations)

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

NetworkTapRulePatch withMatchConfigurations(List<NetworkTapRuleMatchConfiguration> matchConfigurations)

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

NetworkTapRulePatch withTags(Map<String,String> tags)

设置 tags 属性:资源标记。

NetworkTapRulePatch withTapRulesUrl(String tapRulesUrl)

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

方法继承自 TagsUpdate

方法继承自 java.lang.Object

构造函数详细信息

NetworkTapRulePatch

public NetworkTapRulePatch()

创建 NetworkTapRulePatch 类的实例。

方法详细信息

annotation

public String annotation()

获取批注属性:开关配置说明。

Returns:

批注值。

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()

验证 实例。

Overrides:

NetworkTapRulePatch.validate()

withAnnotation

public NetworkTapRulePatch withAnnotation(String annotation)

设置批注属性:开关配置说明。

Parameters:

annotation - 要设置的批注值。

Returns:

NetworkTapRulePatch 对象本身。

withConfigurationType

public NetworkTapRulePatch withConfigurationType(ConfigurationType configurationType)

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

Parameters:

configurationType - 要设置的 configurationType 值。

Returns:

NetworkTapRulePatch 对象本身。

withDynamicMatchConfigurations

public NetworkTapRulePatch withDynamicMatchConfigurations(List dynamicMatchConfigurations)

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

Parameters:

dynamicMatchConfigurations - 要设置的 dynamicMatchConfigurations 值。

Returns:

NetworkTapRulePatch 对象本身。

withMatchConfigurations

public NetworkTapRulePatch withMatchConfigurations(List matchConfigurations)

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

Parameters:

matchConfigurations - 要设置的 matchConfigurations 值。

Returns:

NetworkTapRulePatch 对象本身。

withTags

public NetworkTapRulePatch withTags(Map tags)

设置 tags 属性:资源标记。

Overrides:

NetworkTapRulePatch.withTags(Map<String,String> tags)

Parameters:

tags

withTapRulesUrl

public NetworkTapRulePatch withTapRulesUrl(String tapRulesUrl)

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

Parameters:

tapRulesUrl - 点击要设置的RulesUrl 值。

Returns:

NetworkTapRulePatch 对象本身。

适用于