NetworkTapRulePatch 类
- java.
lang. Object - com.
azure. resourcemanager. managednetworkfabric. models. TagsUpdate - com.
azure. resourcemanager. managednetworkfabric. models. NetworkTapRulePatch
- com.
- com.
public final class NetworkTapRulePatch
extends TagsUpdate
NetworkTapRule 资源定义。
构造函数摘要
| 构造函数 | 说明 |
|---|---|
| NetworkTapRulePatch() |
创建 Network |
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
| String |
annotation()
获取批注属性:开关配置说明。 |
|
Configuration |
configurationType()
获取配置 |
|
List<Common |
dynamicMatchConfigurations()
获取动态 |
|
List<Network |
matchConfigurations()
获取 match |
| String |
tapRulesUrl()
获取点击 |
| void |
validate()
验证 实例。 |
|
Network |
withAnnotation(String annotation)
设置批注属性:开关配置说明。 |
|
Network |
withConfigurationType(ConfigurationType configurationType)
设置配置 |
|
Network |
withDynamicMatchConfigurations(List<CommonDynamicMatchConfiguration> dynamicMatchConfigurations)
设置动态 |
|
Network |
withMatchConfigurations(List<NetworkTapRuleMatchConfiguration> matchConfigurations)
设置 match |
|
Network |
withTags(Map<String,String> tags)
设置 tags 属性:资源标记。 |
|
Network |
withTapRulesUrl(String tapRulesUrl)
设置点击 |
方法继承自 TagsUpdate
方法继承自 java.lang.Object
构造函数详细信息
NetworkTapRulePatch
public NetworkTapRulePatch()
创建 NetworkTapRulePatch 类的实例。
方法详细信息
annotation
public String annotation()
获取批注属性:开关配置说明。
Returns:
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()
验证 实例。
Overrides:
NetworkTapRulePatch.validate()withAnnotation
public NetworkTapRulePatch withAnnotation(String annotation)
设置批注属性:开关配置说明。
Parameters:
Returns:
withConfigurationType
public NetworkTapRulePatch withConfigurationType(ConfigurationType configurationType)
设置 configurationType 属性:输入方法以配置网络点击规则。
Parameters:
Returns:
withDynamicMatchConfigurations
public NetworkTapRulePatch withDynamicMatchConfigurations(List
设置 dynamicMatchConfigurations 属性:动态匹配配置列表。
Parameters:
Returns:
withMatchConfigurations
public NetworkTapRulePatch withMatchConfigurations(List
设置 matchConfigurations 属性:匹配配置列表。
Parameters:
Returns:
withTags
public NetworkTapRulePatch withTags(Map
设置 tags 属性:资源标记。
Overrides:
NetworkTapRulePatch.withTags(Map<String,String> tags)Parameters:
withTapRulesUrl
public NetworkTapRulePatch withTapRulesUrl(String tapRulesUrl)
设置 tapRulesUrl 属性:网络点击规则文件 URL。
Parameters:
Returns: