MonitorExtensions.GetDataCollectionEndpoint Method

Definition

Returns the specified data collection endpoint.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
  • Operation Id: DataCollectionEndpoints_Get
public static Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource> GetDataCollectionEndpoint (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string dataCollectionEndpointName, System.Threading.CancellationToken cancellationToken = default);
static member GetDataCollectionEndpoint : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>
<Extension()>
Public Function GetDataCollectionEndpoint (resourceGroupResource As ResourceGroupResource, dataCollectionEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As 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