Click or drag to resize
PolicyConditionsAddConditionItem Method (MatchMode, String, String)
采用指定匹配模式添加Conditions项。

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public void AddConditionItem(
	MatchMode matchMode,
	string name,
	string value
)

Parameters

matchMode
Type: Aliyun.OSSMatchMode
Conditions匹配方式。
name
Type: SystemString
Condition名称。
value
Type: SystemString
Condition数值。
See Also