Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.DeleteOperationResultInner
Packages that use DeleteOperationResultInner
Package
Description
Package containing the service clients for TrafficManagerManagementClient.
null.
Package containing the inner data models for TrafficManagerManagementClient.
null.
-
Uses of DeleteOperationResultInner in com.azure.resourcemanager.trafficmanager.fluent
Subinterfaces with type arguments of type DeleteOperationResultInner in com.azure.resourcemanager.trafficmanager.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in ProfilesClient.Methods in com.azure.resourcemanager.trafficmanager.fluent that return DeleteOperationResultInnerModifier and TypeMethodDescriptionEndpointsClient.delete(String resourceGroupName, String profileName, EndpointTypes 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, EndpointTypes 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, EndpointTypes 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, EndpointTypes 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. -
Uses of DeleteOperationResultInner in com.azure.resourcemanager.trafficmanager.fluent.models
Classes in com.azure.resourcemanager.trafficmanager.fluent.models that implement interfaces with type arguments of type DeleteOperationResultInnerModifier and TypeClassDescriptionfinal classThe result of the request or operation.Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return DeleteOperationResultInnerModifier and TypeMethodDescriptionstatic DeleteOperationResultInnerDeleteOperationResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeleteOperationResultInner from the JsonReader.