你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzCdnDeliveryRuleRemoteAddressConditionObject
为 DeliveryRuleRemoteAddressCondition 创建内存中对象。
语法
New-AzCdnDeliveryRuleRemoteAddressConditionObject
-ParameterOperator <RemoteAddressOperator>
-Name <MatchVariable>
[-ParameterMatchValue <String[]>]
[-ParameterNegateCondition <Boolean>]
[-ParameterTransform <Transform[]>]
[<CommonParameters>]
说明
为 DeliveryRuleRemoteAddressCondition 创建内存中对象。
示例
示例 1:为 AzureCDN DeliveryRuleRemoteAddressCondition 创建内存中对象
New-AzCdnDeliveryRuleRemoteAddressConditionObject -Name RemoteAddress -ParameterOperator GeoMatch -ParameterMatchValue BJ -ParameterNegateCondition $False -ParameterTransform Lowercase
Name
----
RemoteAddress
为 AzureCDN DeliveryRuleRemoteAddressCondition 创建内存中对象
参数
-Name
传递规则的条件的名称。
类型: | MatchVariable |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ParameterMatchValue
匹配要匹配的值。 运算符将应用于此处具有 OR 语义的每个值。 如果其中任何一个匹配变量与给定运算符匹配,则此匹配条件被视为匹配。
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ParameterNegateCondition
描述这是否为否定条件。
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ParameterOperator
描述要匹配的运算符。
类型: | RemoteAddressOperator |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-ParameterTransform
转换列表。
类型: | Transform[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |