Remove-PartnerCustomerConfigurationPolicy

Removes the specified configuration policy.

语法

Default (默认值)

Remove-PartnerCustomerConfigurationPolicy
    [-CustomerId] <String>
    -PolicyId <String>
    [<CommonParameters>]

说明

The Remove-PartnerCustomerConfigurationPolicy removes the specified configuration policy.

示例

Example 1

PS C:\> Remove-PartnerCustomerConfigurationPolicy -CustomerId 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08 -PolicyId 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5

Remove the configuration policy with the identifier of 1aaaaaa1-2bb2-3cc3-4dd4-5eeeeeeeeee5 from the customer with the identifier of 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08.

参数

-CustomerId

The identifier for the customer.

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:0
必需:True
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

-PolicyId

The identifier for the configuration policy.

参数属性

类型:String
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:True
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

输入

None

输出

System.Boolean