共用方式為


Update-AzConnectedLicenseProfileFeature

建立 ProductFeatureUpdate 的記憶體內部物件。

語法

Update-AzConnectedLicenseProfileFeature
      [-Name <String>]
      [-SubscriptionStatus <String>]
      [<CommonParameters>]

Description

建立 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

輸出