Freigeben über


Get-AzApplicationInsights

Gibt eine Application Insights-Komponente zurück.

Syntax

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>]

Beschreibung

Gibt eine Application Insights-Komponente zurück.

Beispiele

Beispiel 1: Abrufen der Ressource "Application Insights"

Get-AzApplicationInsights -ResourceGroupName "testgroup" -Name "test"

Abrufen einer Ressource für Anwendungseinblicke

Beispiel 2: Abrufen der Ressource "Application Insights" mit Preisplaninformationen

Get-AzApplicationInsights -ResourceGroupName "testgroup" -Name "test" -IncludePricingPlan

Abrufen der Ressource "Application Insights" mit Preisplaninformationen

Parameter

-DefaultProfile

Die Anmeldeinformationen, Konten, Mandanten und Abonnements, die für die Kommunikation mit Azure verwendet werden.

Typ:PSObject
Aliase:AzureRMContext, AzureCredential
Position:Named
Standardwert:None
Erforderlich:False
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-Full

Typ:SwitchParameter
Aliase:IncludeDailyCap, IncludeDailyCapStatus, IncludePricingPlan
Position:Named
Standardwert:None
Erforderlich:False
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Typ:IApplicationInsightsIdentity
Position:Named
Standardwert:None
Erforderlich:True
Pipelineeingabe akzeptieren:True
Platzhalterzeichen akzeptieren:False

-Name

Der Name der Application Insights-Komponentenressource.

Typ:String
Aliase:ApplicationInsightsComponentName, ComponentName
Position:Named
Standardwert:None
Erforderlich:True
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

-ResourceGroupName

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

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

-ResourceId

Die Ressourcen-ID der Applicationinsights-Komponente.

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

-SubscriptionId

Die ID des Zielabonnements.

Typ:String[]
Position:Named
Standardwert:(Get-AzContext).Subscription.Id
Erforderlich:False
Pipelineeingabe akzeptieren:False
Platzhalterzeichen akzeptieren:False

Eingaben

Ausgaben