MonitorExtensions.GetDataCollectionEndpointAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the specified data collection endpoint.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
- Operation Id: DataCollectionEndpoints_Get
- Default Api Version: 2022-06-01
- Resource: DataCollectionEndpointResource
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>> GetDataCollectionEndpointAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string dataCollectionEndpointName, System.Threading.CancellationToken cancellationToken = default);
static member GetDataCollectionEndpointAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>>
<Extension()>
Public Function GetDataCollectionEndpointAsync (resourceGroupResource As ResourceGroupResource, dataCollectionEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataCollectionEndpointResource))
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
- dataCollectionEndpointName
- String
The name of the data collection endpoint. The name is case insensitive.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
resourceGroupResource
or dataCollectionEndpointName
is null.
dataCollectionEndpointName
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET