Freigeben über


New-AzConnectedLicenseProfileFeature

Erstellen Sie ein In-Memory-Objekt für ProductFeature.

Syntax

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

Beschreibung

Erstellen Sie ein In-Memory-Objekt für ProductFeature.

Beispiele

Beispiel 1: Erstellen eines Objekts zum Übergeben des Lizenzprofils

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

Erstellen eines Objekts, das in das Lizenzprofil übergeben werden soll

Parameter

-Name

Produktfeaturename.

Typ:String
Position:Named
Standardwert:None
Erforderlich:False
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-SubscriptionStatus

Gibt den aktuellen Status der Produktfeatures an.

Typ:String
Position:Named
Standardwert:None
Erforderlich:False
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

Ausgaben