ITrafficManagerUserMetricsKeysOperations Interface
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.
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
CreateOrUpdate(ITrafficManagerUserMetricsKeysOperations) |
Create or update a subscription-level key used for Real User Metrics collection. |
CreateOrUpdateAsync(ITrafficManagerUserMetricsKeysOperations, CancellationToken) |
Create or update a subscription-level key used for Real User Metrics collection. |
Delete(ITrafficManagerUserMetricsKeysOperations) |
Delete a subscription-level key used for Real User Metrics collection. |
DeleteAsync(ITrafficManagerUserMetricsKeysOperations, CancellationToken) |
Delete a subscription-level key used for Real User Metrics collection. |
Get(ITrafficManagerUserMetricsKeysOperations) |
Get the 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
Azure SDK for .NET