Interface TrafficManagerUserMetricsKeysClient
public interface TrafficManagerUserMetricsKeysClient
An instance of this class provides access to all the operations defined in TrafficManagerUserMetricsKeysClient.
-
Method Summary
Modifier and TypeMethodDescriptionCreate or update a subscription-level key used for Real User Metrics collection.Create or update a subscription-level key used for Real User Metrics collection.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.Mono<com.azure.core.http.rest.Response<UserMetricsModelInner>> Create or update a subscription-level key used for Real User Metrics collection.delete()Delete a subscription-level key used for Real User Metrics collection.Delete a subscription-level key used for Real User Metrics collection.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.Mono<com.azure.core.http.rest.Response<DeleteOperationResultInner>> Delete a subscription-level key used for Real User Metrics collection.get()Get the subscription-level key used for Real User Metrics collection.getAsync()Get the subscription-level key used for Real User Metrics collection.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.Mono<com.azure.core.http.rest.Response<UserMetricsModelInner>> Get the subscription-level key used for Real User Metrics collection.
-
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
Responseon successful completion ofMono. - 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 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
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.
-
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
Responseon successful completion ofMono. - 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
Responseon successful completion ofMono. - 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 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
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.
-