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

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

Parameters

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