Пример #1
0
 /// <summary>
 /// Updates part of 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>
 /// <param name='tags'>
 /// Resource tags.
 /// </param>
 public static DataCollectionEndpointResource Update(this IDataCollectionEndpointsOperations operations, string resourceGroupName, string dataCollectionEndpointName, IDictionary <string, string> tags = default(IDictionary <string, string>))
 {
     return(operations.UpdateAsync(resourceGroupName, dataCollectionEndpointName, tags).GetAwaiter().GetResult());
 }