Delen via


Get-AzApplicationInsightsApiKey

Haal de API-sleutel voor deze sleutel-id op.

Syntaxis

Get-AzApplicationInsightsApiKey
   -Name <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzApplicationInsightsApiKey
   -ApiKeyId <String>
   -Name <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzApplicationInsightsApiKey
   -InputObject <IApplicationInsightsIdentity>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Haal de API-sleutel voor deze sleutel-id op.

Voorbeelden

Voorbeeld 1: Api-sleutels ophalen voor een Application Insights-resource

Get-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test"

Api-sleutels ophalen voor een Application Insights-resource

Voorbeeld 2: Specifieke API-sleutel ophalen voor een Application Insights-resource

Get-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -ApiKeyId 00001111-aaaa-2222-bbbb-3333cccc4444

Specifieke API-sleutel ophalen voor een Application Insights-resource

Parameters

-ApiKeyId

De API-sleutel-id. Dit is uniek binnen een Application Insights-onderdeel.

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-DefaultProfile

De parameter DefaultProfile is niet functioneel. Gebruik de parameter SubscriptionId indien beschikbaar als u de cmdlet uitvoert voor een ander abonnement.

Type:PSObject
Aliassen:AzureRMContext, AzureCredential
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-InputObject

Identity Parameter To construct, zie DE SECTIE NOTES voor INPUTOBJECT-eigenschappen en maak een hash-tabel.

Type:IApplicationInsightsIdentity
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

-Name

De naam van de Application Insights-onderdeelresource.

Type:String
Aliassen:ApplicationInsightsComponentName, ComponentName
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-ResourceGroupName

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

Type:String
Position:Named
Default value:None
Vereist:True
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-SubscriptionId

De id van het doelabonnement.

Type:String[]
Position:Named
Default value:(Get-AzContext).Subscription.Id
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

Invoerwaarden

IApplicationInsightsIdentity

Uitvoerwaarden

IApplicationInsightsComponentApiKey