Update-AzConnectedLicenseProfileFeature
Create an in-memory object for ProductFeatureUpdate.
Syntax
Update-AzConnectedLicenseProfileFeature
[-Name <String>]
[-SubscriptionStatus <String>]
[<CommonParameters>]
Description
Create an in-memory object for ProductFeatureUpdate.
Examples
Example 1: Update an object to pass into license profile
$productfeature = Update-AzConnectedLicenseProfileFeature -Name "Hotpatch" -SubscriptionStatus "Enable"
$productfeature | Should -Not -BeNullOrEmpty
Update an object to pass into license profile
Parameters
-Name
Product feature name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionStatus
Indicates the new status of the product feature.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure PowerShell