Uses of Enum
com.azure.resourcemanager.trafficmanager.models.EndpointTypes
Packages that use EndpointTypes
Package
Description
Package containing the service clients for TrafficManagerManagementClient.
Package containing the data models for TrafficManagerManagementClient.
-
Uses of EndpointTypes in com.azure.resourcemanager.trafficmanager.fluent
Methods in com.azure.resourcemanager.trafficmanager.fluent with parameters of type EndpointTypesModifier and TypeMethodDescriptionEndpointsClient.createOrUpdate(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName, EndpointInner parameters) Create or update a Traffic Manager endpoint.EndpointsClient.createOrUpdateAsync(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName, EndpointInner parameters) Create or update a Traffic Manager endpoint.com.azure.core.http.rest.Response<EndpointInner>EndpointsClient.createOrUpdateWithResponse(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName, EndpointInner parameters, com.azure.core.util.Context context) Create or update a Traffic Manager endpoint.Mono<com.azure.core.http.rest.Response<EndpointInner>>EndpointsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName, EndpointInner parameters) Create or update a Traffic Manager endpoint.EndpointsClient.delete(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName) Deletes a Traffic Manager endpoint.EndpointsClient.deleteAsync(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName) Deletes a Traffic Manager endpoint.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.Mono<com.azure.core.http.rest.Response<DeleteOperationResultInner>>EndpointsClient.deleteWithResponseAsync(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName) Deletes a Traffic Manager endpoint.EndpointsClient.get(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName) Gets a Traffic Manager endpoint.EndpointsClient.getAsync(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName) Gets a Traffic Manager endpoint.com.azure.core.http.rest.Response<EndpointInner>EndpointsClient.getWithResponse(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName, com.azure.core.util.Context context) Gets a Traffic Manager endpoint.Mono<com.azure.core.http.rest.Response<EndpointInner>>EndpointsClient.getWithResponseAsync(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName) Gets a Traffic Manager endpoint.EndpointsClient.update(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName, EndpointInner parameters) Update a Traffic Manager endpoint.EndpointsClient.updateAsync(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName, EndpointInner parameters) Update a Traffic Manager endpoint.com.azure.core.http.rest.Response<EndpointInner>EndpointsClient.updateWithResponse(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName, EndpointInner parameters, com.azure.core.util.Context context) Update a Traffic Manager endpoint.Mono<com.azure.core.http.rest.Response<EndpointInner>>EndpointsClient.updateWithResponseAsync(String resourceGroupName, String profileName, EndpointTypes endpointType, String endpointName, EndpointInner parameters) Update a Traffic Manager endpoint. -
Uses of EndpointTypes in com.azure.resourcemanager.trafficmanager.models
Methods in com.azure.resourcemanager.trafficmanager.models that return EndpointTypesModifier and TypeMethodDescriptionstatic EndpointTypesEndpointTypes.fromString(String value) Parses a serialized value to a EndpointTypes instance.static EndpointTypesReturns the enum constant of this type with the specified name.static EndpointTypes[]EndpointTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.