Edit

Share via


Update-AzConnectedLicenseProfileFeature

Create an in-memory object for ProductFeatureUpdate.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SubscriptionStatus

Indicates the new status of the product feature.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments: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.

Outputs

ProductFeatureUpdate