Uses of Class
com.azure.resourcemanager.cdn.models.AfdEndpointUpdateParameters
Packages that use AfdEndpointUpdateParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of AfdEndpointUpdateParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type AfdEndpointUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdEndpointInner>,AfdEndpointInner> AfdEndpointsClient.beginUpdate(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties) Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdEndpointInner>,AfdEndpointInner> AfdEndpointsClient.beginUpdate(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties, com.azure.core.util.Context context) Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AfdEndpointInner>,AfdEndpointInner> AfdEndpointsClient.beginUpdateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties) Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.AfdEndpointsClient.update(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties) Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.AfdEndpointsClient.update(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties, com.azure.core.util.Context context) Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.AfdEndpointsClient.updateAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties) Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>AfdEndpointsClient.updateWithResponseAsync(String resourceGroupName, String profileName, String endpointName, AfdEndpointUpdateParameters endpointUpdateProperties) Updates an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource group and profile. -
Uses of AfdEndpointUpdateParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return AfdEndpointUpdateParametersModifier and TypeMethodDescriptionAfdEndpointUpdateParameters.withEnabledState(EnabledState enabledState) Set the enabledState property: Whether to enable use of this rule.Set the tags property: Endpoint tags.