TrafficManagerUserMetricsKeysClient Interface

public interface TrafficManagerUserMetricsKeysClient

An instance of this class provides access to all the operations defined in TrafficManagerUserMetricsKeysClient.

Method Summary

Modifier and Type Method and Description
abstract UserMetricsModelInner createOrUpdate()

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

abstract Mono<UserMetricsModelInner> createOrUpdateAsync()

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

abstract Response<UserMetricsModelInner> createOrUpdateWithResponse(Context context)

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

abstract Mono<Response<UserMetricsModelInner>> createOrUpdateWithResponseAsync()

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

abstract DeleteOperationResultInner delete()

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

abstract Mono<DeleteOperationResultInner> deleteAsync()

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

abstract Response<DeleteOperationResultInner> deleteWithResponse(Context context)

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

abstract Mono<Response<DeleteOperationResultInner>> deleteWithResponseAsync()

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

abstract UserMetricsModelInner get()

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

abstract Mono<UserMetricsModelInner> getAsync()

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

abstract Response<UserMetricsModelInner> getWithResponse(Context context)

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

abstract Mono<Response<UserMetricsModelInner>> getWithResponseAsync()

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

Method Details

createOrUpdate

public abstract UserMetricsModelInner createOrUpdate()

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

Returns:

class representing Traffic Manager User Metrics.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync()

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

Returns:

class representing Traffic Manager User Metrics on successful completion of Mono.

createOrUpdateWithResponse

public abstract Response createOrUpdateWithResponse(Context context)

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

Parameters:

context - The context to associate with this operation.

Returns:

class representing Traffic Manager User Metrics along with Response<T>.

createOrUpdateWithResponseAsync

public abstract Mono> createOrUpdateWithResponseAsync()

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

Returns:

class representing Traffic Manager User Metrics along with Response<T> on successful completion of Mono.

delete

public abstract DeleteOperationResultInner delete()

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

Returns:

the result of the request or operation.

deleteAsync

public abstract Mono deleteAsync()

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

Returns:

the result of the request or operation on successful completion of Mono.

deleteWithResponse

public abstract Response deleteWithResponse(Context context)

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

Parameters:

context - The context to associate with this operation.

Returns:

the result of the request or operation along with Response<T>.

deleteWithResponseAsync

public abstract Mono> deleteWithResponseAsync()

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

Returns:

the result of the request or operation along with Response<T> on successful completion of Mono.

get

public abstract UserMetricsModelInner get()

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

Returns:

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

getAsync

public abstract Mono getAsync()

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

Returns:

the subscription-level key used for Real User Metrics collection on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(Context context)

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

Parameters:

context - The context to associate with this operation.

Returns:

the subscription-level key used for Real User Metrics collection along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync()

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

Returns:

the subscription-level key used for Real User Metrics collection along with Response<T> on successful completion of Mono.

Applies to