Freigeben über


Get-AzIotHubKey

Ruft einen IotHub-Schlüssel ab.

Syntax

Get-AzIotHubKey
   [-ResourceGroupName] <String>
   [-Name] <String>
   [[-KeyName] <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzIotHubKey
   [-HubId] <String>
   [[-KeyName] <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Beschreibung

Ruft einen IotHub-Schlüssel ab. Sie können entweder alle Schlüssel auflisten oder die Liste nach einem bestimmten Schlüsselnamen filtern.

Beispiele

Beispiel 1 Abrufen aller Schlüssel

Get-AzIotHubKey -ResourceGroupName "myresourcegroup" -Name "myiothub"

Ruft alle Schlüssel für iotHub mit dem Namen "myiothub" ab.

Beispiel 2 Abrufen von Informationen für einen bestimmten Schlüssel

Get-AzIotHubKey -ResourceGroupName "myresourcegroup" -Name "myiothub" -KeyName "iothubowner"

Ruft die Informationen für einen Schlüssel namens "iothubowner" für den IotHub mit dem Namen "myiothub" ab.

Parameter

-DefaultProfile

Anmeldeinformationen, Konto, Mandant und Abonnement für die Kommunikation mit Azure

Typ:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Standardwert:None
Erforderlich:False
Accept pipeline input:False
Accept wildcard characters:False

-HubId

IotHub-Ressourcen-ID

Typ:String
Position:0
Standardwert:None
Erforderlich:True
Accept pipeline input:True
Accept wildcard characters:False

-KeyName

Name des Schlüssels

Typ:String
Position:1
Standardwert:None
Erforderlich:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Name des IoT-Hubs.

Typ:String
Position:1
Standardwert:None
Erforderlich:True
Accept pipeline input:True
Accept wildcard characters:False

-ResourceGroupName

Ressourcengruppenname

Typ:String
Position:0
Standardwert:None
Erforderlich:True
Accept pipeline input:True
Accept wildcard characters:False

Eingaben

String

Ausgaben

PSSharedAccessSignatureAuthorizationRule