Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.DeleteOperationResultInner
Packages that use DeleteOperationResultInner
Package
Description
Package containing the service clients for TrafficManagerManagementClient.
-
Uses of DeleteOperationResultInner in com.azure.resourcemanager.trafficmanager.fluent
Methods in com.azure.resourcemanager.trafficmanager.fluent that return DeleteOperationResultInnerModifier and TypeMethodDescriptionEndpointsClient.delete(String resourceGroupName, String profileName, String endpointType, String endpointName) Deletes a Traffic Manager endpoint.Deletes a Traffic Manager profile.TrafficManagerUserMetricsKeysClient.delete()Delete a subscription-level key used for Real User Metrics collection.Methods in com.azure.resourcemanager.trafficmanager.fluent that return types with arguments of type DeleteOperationResultInnerModifier and TypeMethodDescriptionEndpointsClient.deleteAsync(String resourceGroupName, String profileName, String endpointType, String endpointName) Deletes a Traffic Manager endpoint.ProfilesClient.deleteAsync(String resourceGroupName, String profileName) Deletes a Traffic Manager profile.TrafficManagerUserMetricsKeysClient.deleteAsync()Delete a subscription-level key used for Real User Metrics collection.com.azure.core.http.rest.Response<DeleteOperationResultInner>EndpointsClient.deleteWithResponse(String resourceGroupName, String profileName, String endpointType, String endpointName, com.azure.core.util.Context context) Deletes a Traffic Manager endpoint.com.azure.core.http.rest.Response<DeleteOperationResultInner>ProfilesClient.deleteWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context) Deletes a Traffic Manager profile.com.azure.core.http.rest.Response<DeleteOperationResultInner>TrafficManagerUserMetricsKeysClient.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>>EndpointsClient.deleteWithResponseAsync(String resourceGroupName, String profileName, String endpointType, String endpointName) Deletes a Traffic Manager endpoint.Mono<com.azure.core.http.rest.Response<DeleteOperationResultInner>>ProfilesClient.deleteWithResponseAsync(String resourceGroupName, String profileName) Deletes a Traffic Manager profile.Mono<com.azure.core.http.rest.Response<DeleteOperationResultInner>>TrafficManagerUserMetricsKeysClient.deleteWithResponseAsync()Delete a subscription-level key used for Real User Metrics collection.