Dela via


New-AzConnectedLicenseProfileFeature

Skapa ett minnesinternt objekt för ProductFeature.

Syntax

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

Description

Skapa ett minnesinternt objekt för ProductFeature.

Exempel

Exempel 1: Skapa ett objekt som ska skickas till licensprofilen

$productfeature = New-AzConnectedLicenseProfileFeature -Name "Hotpatch" -SubscriptionStatus "Enable"
$productfeature | Should -Not -BeNullOrEmpty

Skapa ett objekt som ska skickas till licensprofilen

Parametrar

-Name

Produktfunktionsnamn.

Typ:String
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-SubscriptionStatus

Anger aktuell status för produktfunktionerna.

Typ:String
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

Utdata

ProductFeature