Interface TrafficManagerUserMetricsKeysClient


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

      • 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.
        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

        Mono<UserMetricsModelInner> getAsync()
        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.
      • get

        UserMetricsModelInner 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.
      • 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.
        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.
      • 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.
        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.
        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.
      • 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.
      • 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.
        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.
      • 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.
        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

        Mono<DeleteOperationResultInner> deleteAsync()
        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.
      • delete

        DeleteOperationResultInner 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.
      • 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.
        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.