Get-AzDiagnosticSetting
Hiermee haalt u de actieve diagnostische instellingen voor de opgegeven resource op.
Syntaxis
Get-AzDiagnosticSetting
-ResourceId <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDiagnosticSetting
-Name <String>
-ResourceId <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDiagnosticSetting
-InputObject <IDiagnosticSettingIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Hiermee haalt u de actieve diagnostische instellingen voor de opgegeven resource op.
Voorbeelden
Voorbeeld 1: Diagnostische instellingen vermelden
$subscriptionId = (Get-AzContext).Subscription.Id
Get-AzDiagnosticSetting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001
Diagnostische instellingen voor resource weergeven
Voorbeeld 2: Diagnostische instelling ophalen op naam
$subscriptionId = (Get-AzContext).Subscription.Id
Get-AzDiagnosticSetting -ResourceId /subscriptions/$subscriptionId/resourceGroups/test-rg-name/providers/Microsoft.AppPlatform/Spring/springcloud-001 -Name test-setting
Diagnostische instellingen ophalen onder resource op naam
Parameters
-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: | IDiagnosticSettingIdentity |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-Name
De naam van de diagnostische instelling.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ResourceId
De id van de resource.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |