Get-AzApplicationInsights
Hiermee wordt een Application Insights-onderdeel geretourneerd.
Syntaxis
Get-AzApplicationInsights
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzApplicationInsights
[-SubscriptionId <String[]>]
-ResourceGroupName <String>
-Name <String>
[-Full]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzApplicationInsights
[-SubscriptionId <String[]>]
-ResourceGroupName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzApplicationInsights
-ResourceId <String>
[-Full]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzApplicationInsights
-InputObject <IApplicationInsightsIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Hiermee wordt een Application Insights-onderdeel geretourneerd.
Voorbeelden
Voorbeeld 1: Application Insights-resource ophalen
Get-AzApplicationInsights -ResourceGroupName "testgroup" -Name "test"
Application Insights-resource ophalen
Voorbeeld 2: Application Insights-resource ophalen met informatie over het prijsplan
Get-AzApplicationInsights -ResourceGroupName "testgroup" -Name "test" -IncludePricingPlan
Application Insights-resource ophalen met informatie over het prijsplan
Parameters
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | PSObject |
Aliassen: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Full
Type: | SwitchParameter |
Aliassen: | IncludeDailyCap, IncludeDailyCapStatus, IncludePricingPlan |
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 |
-ResourceId
De resource-id van het applicationinsights-onderdeel.
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
Uitvoerwaarden
Azure PowerShell