你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Update-AzConnectedLicenseProfileFeature
为 ProductFeatureUpdate 创建内存中对象。
语法
Update-AzConnectedLicenseProfileFeature
[-Name <String>]
[-SubscriptionStatus <String>]
[<CommonParameters>]
说明
为 ProductFeatureUpdate 创建内存中对象。
示例
示例 1:更新对象以传入许可证配置文件
$productfeature = Update-AzConnectedLicenseProfileFeature -Name "Hotpatch" -SubscriptionStatus "Enable"
$productfeature | Should -Not -BeNullOrEmpty
更新对象以传入许可证配置文件
参数
-Name
产品名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-SubscriptionStatus
指示产品功能的新状态。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |