你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TestProxySanitizer 类
- java.
lang. Object - com.
azure. core. test. models. TestProxySanitizer
- com.
public class TestProxySanitizer
跟踪记录时修订敏感信息的不同清理器
构造函数摘要
构造函数 | 说明 |
---|---|
TestProxySanitizer(String regex, String redactedValue, TestProxySanitizerType testProxySanitizerType) |
使用 regex 创建 Test |
TestProxySanitizer(String key, String regex, String redactedValue, TestProxySanitizerType testProxySanitizerType) |
为具有指定正则表达式模式的密钥创建测试 |
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
getGroupForReplace()
获取要替换的组 |
String |
getKey()
获取正在修订的标头或正文 json 键。 |
String |
getRedactedValue()
获取正则表达式匹配内容的替换 |
String |
getRegex()
获取要应用于修订的正则表达式 |
Test |
getType()
获取代理清理器的类型 |
Test |
setGroupForReplace(String groupForReplace)
设置替换的组。 |
方法继承自 java.lang.Object
构造函数详细信息
TestProxySanitizer
public TestProxySanitizer(String regex, String redactedValue, TestProxySanitizerType testProxySanitizerType)
使用 regex 创建 TestProxySanitizer 的实例
参数:
TestProxySanitizer
public TestProxySanitizer(String key, String regex, String redactedValue, TestProxySanitizerType testProxySanitizerType)
为具有指定正则表达式模式的键创建 TestProxySanitizer 实例
参数:
方法详细信息
getGroupForReplace
public String getGroupForReplace()
获取要替换的组
返回:
getKey
public String getKey()
获取正在修订的标头或正文 json 键。
返回:
getRedactedValue
public String getRedactedValue()
获取正则表达式匹配内容的替换
返回:
getRegex
public String getRegex()
获取要应用于修订的正则表达式
返回:
getType
public TestProxySanitizerType getType()
获取代理清理器的类型
返回:
setGroupForReplace
public TestProxySanitizer setGroupForReplace(String groupForReplace)
设置替换的组。
参数:
返回: