Пример #1
0
 /// <summary>
 /// Deletes a data collection endpoint.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group. The name is case insensitive.
 /// </param>
 /// <param name='dataCollectionEndpointName'>
 /// The name of the data collection endpoint. The name is case insensitive.
 /// </param>
 public static void Delete(this IDataCollectionEndpointsOperations operations, string resourceGroupName, string dataCollectionEndpointName)
 {
     operations.DeleteAsync(resourceGroupName, dataCollectionEndpointName).GetAwaiter().GetResult();
 }