Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.UserMetricsModelInner
-
Packages that use UserMetricsModelInner Package Description com.azure.resourcemanager.trafficmanager.fluent Package containing the service clients for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.fluent.models Package containing the inner data models for TrafficManagerManagementClient. -
-
Uses of UserMetricsModelInner in com.azure.resourcemanager.trafficmanager.fluent
Methods in com.azure.resourcemanager.trafficmanager.fluent that return UserMetricsModelInner Modifier and Type Method Description UserMetricsModelInnerTrafficManagerUserMetricsKeysClient. createOrUpdate()Create or update a subscription-level key used for Real User Metrics collection.UserMetricsModelInnerTrafficManagerUserMetricsKeysClient. get()Get the subscription-level key used for Real User Metrics collection.Methods in com.azure.resourcemanager.trafficmanager.fluent that return types with arguments of type UserMetricsModelInner Modifier and Type Method Description Mono<UserMetricsModelInner>TrafficManagerUserMetricsKeysClient. createOrUpdateAsync()Create or update a subscription-level key used for Real User Metrics collection.com.azure.core.http.rest.Response<UserMetricsModelInner>TrafficManagerUserMetricsKeysClient. 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>>TrafficManagerUserMetricsKeysClient. createOrUpdateWithResponseAsync()Create or update a subscription-level key used for Real User Metrics collection.Mono<UserMetricsModelInner>TrafficManagerUserMetricsKeysClient. getAsync()Get the subscription-level key used for Real User Metrics collection.com.azure.core.http.rest.Response<UserMetricsModelInner>TrafficManagerUserMetricsKeysClient. 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>>TrafficManagerUserMetricsKeysClient. getWithResponseAsync()Get the subscription-level key used for Real User Metrics collection. -
Uses of UserMetricsModelInner in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return UserMetricsModelInner Modifier and Type Method Description UserMetricsModelInnerUserMetricsModelInner. withId(String id)Set the id property: Fully qualified resource Id for the resource.UserMetricsModelInnerUserMetricsModelInner. withKey(String key)Set the key property: The key returned by the User Metrics operation.UserMetricsModelInnerUserMetricsModelInner. withName(String name)Set the name property: The name of the resource.UserMetricsModelInnerUserMetricsModelInner. withType(String type)Set the type property: The type of the resource.
-