Get-AzDataCollectionEndpoint
Retourneert het opgegeven eindpunt voor gegevensverzameling.
Syntaxis
Get-AzDataCollectionEndpoint
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDataCollectionEndpoint
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDataCollectionEndpoint
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDataCollectionEndpoint
-InputObject <IDataCollectionRuleIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Retourneert het opgegeven eindpunt voor gegevensverzameling.
Voorbeelden
Voorbeeld 1: Eindpunten voor gegevensverzameling ophalen op abonnements-id
Get-AzDataCollectionEndpoint
Etag Kind Location Name ResourceGroupName
---- ---- -------- ---- -----------------
"b9029ae7-0000-0100-0000-65016d2a0000" eastus myCollectionEndpoint AMCS-TEST
"ba021b4b-0000-0100-0000-650170c20000" eastus myCollectionEndpoint2 AMCS-TEST
Met deze opdracht worden alle eindpunten voor het verzamelen van gegevens voor het huidige abonnement weergegeven.
Voorbeeld 2: Eindpunten voor gegevensverzameling ophalen voor de opgegeven resourcegroep
Get-AzDataCollectionEndpoint -ResourceGroupName AMCS-TEST
Etag Kind Location Name ResourceGroupName
---- ---- -------- ---- -----------------
"b9029ae7-0000-0100-0000-65016d2a0000" eastus myCollectionEndpoint AMCS-TEST
"ba021b4b-0000-0100-0000-650170c20000" eastus myCollectionEndpoint2 AMCS-TEST
Met deze opdracht worden eindpunten voor gegevensverzameling voor de opgegeven resourcegroep weergegeven.
Voorbeeld 3: Een eindpunt voor gegevensverzameling ophalen
Get-AzDataCollectionEndpoint -ResourceGroupName AMCS-TEST -Name myCollection
ConfigurationAccessEndpoint : https://mycollectionendpoint-bthd.eastus-1.handler.control.monitor.azure.com
Description :
Etag : "b9029ae7-0000-0100-0000-65016d2a0000"
FailoverConfigurationActiveLocation :
FailoverConfigurationLocation :
Id : /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/AMCS-TEST/providers/Microsoft.Insights/dataCollectionEndpoints/myCollectionEndpoint
IdentityPrincipalId :
IdentityTenantId :
IdentityType :
IdentityUserAssignedIdentity : {
}
ImmutableId : dce-014e59a439e04f44af4b97b16b7614df
Kind :
Location : eastus
LogIngestionEndpoint : https://mycollectionendpoint-bthd.eastus-1.ingest.monitor.azure.com
MetadataProvisionedBy :
MetadataProvisionedByResourceId :
MetricIngestionEndpoint : https://mycollectionendpoint-bthd.eastus-1.metrics.ingest.monitor.azure.com
Name : myCollectionEndpoint
NetworkAclsPublicNetworkAccess : Enabled
PrivateLinkScopedResource :
ProvisioningState : Succeeded
ResourceGroupName : AMCS-TEST
SystemDataCreatedAt : 9/13/2023 8:04:55 AM
SystemDataCreatedBy : v-jiaji@microsoft.com
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 9/13/2023 8:04:55 AM
SystemDataLastModifiedBy : v-jiaji@microsoft.com
SystemDataLastModifiedByType : User
Tag : {
}
Type : Microsoft.Insights/dataCollectionEndpoints
Met deze opdracht wordt een gegevensverzamelingseindpunt (een lijst met één element) weergegeven.
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
Identiteitsparameter
Type: | IDataCollectionRuleIdentity |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-Name
De naam van het eindpunt voor gegevensverzameling. De naam is niet hoofdlettergevoelig.
Type: | String |
Aliassen: | DataCollectionEndpointName |
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 |