Interface TrafficManagerUserMetricsKeysClient


public interface TrafficManagerUserMetricsKeysClient
An instance of this class provides access to all the operations defined in TrafficManagerUserMetricsKeysClient.
  • Method Details

    • getWithResponseAsync

      Mono<com.azure.core.http.rest.Response<UserMetricsModelInner>> 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 on successful completion of Mono.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • 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.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      com.azure.core.http.rest.Response<UserMetricsModelInner> getWithResponse(com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      Get the subscription-level key used for Real User Metrics collection.
      Returns:
      the subscription-level key used for Real User Metrics collection.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateWithResponseAsync

      Mono<com.azure.core.http.rest.Response<UserMetricsModelInner>> createOrUpdateWithResponseAsync()
      Create or update a subscription-level key used for Real User Metrics collection.
      Returns:
      class representing Traffic Manager User Metrics along with Response on successful completion of Mono.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateAsync

      Mono<UserMetricsModelInner> 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.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdateWithResponse

      com.azure.core.http.rest.Response<UserMetricsModelInner> createOrUpdateWithResponse(com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdate

      UserMetricsModelInner createOrUpdate()
      Create or update a subscription-level key used for Real User Metrics collection.
      Returns:
      class representing Traffic Manager User Metrics.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • deleteWithResponseAsync

      Mono<com.azure.core.http.rest.Response<DeleteOperationResultInner>> deleteWithResponseAsync()
      Delete a subscription-level key used for Real User Metrics collection.
      Returns:
      the result of the request or operation along with Response on successful completion of Mono.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • 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.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • deleteWithResponse

      com.azure.core.http.rest.Response<DeleteOperationResultInner> deleteWithResponse(com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • delete

      Delete a subscription-level key used for Real User Metrics collection.
      Returns:
      the result of the request or operation.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.