ITrafficManagerUserMetricsKeysOperations Interface

Definition

TrafficManagerUserMetricsKeysOperations operations.

public interface ITrafficManagerUserMetricsKeysOperations
type ITrafficManagerUserMetricsKeysOperations = interface
Public Interface ITrafficManagerUserMetricsKeysOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Create or update a subscription-level key used for Real User Metrics collection.

DeleteWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Delete a subscription-level key used for Real User Metrics collection.

GetWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Get the subscription-level key used for Real User Metrics collection.

Extension Methods

CreateOrUpdateAsync(ITrafficManagerUserMetricsKeysOperations, CancellationToken)

Create or update a subscription-level key used for Real User Metrics collection.

DeleteAsync(ITrafficManagerUserMetricsKeysOperations, CancellationToken)

Delete a subscription-level key used for Real User Metrics collection.

GetAsync(ITrafficManagerUserMetricsKeysOperations, CancellationToken)

Get the subscription-level key used for Real User Metrics collection.

Applies to