Uses of Class
com.azure.resourcemanager.cdn.models.ProfileUpdateParameters
Packages that use ProfileUpdateParameters
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of ProfileUpdateParameters in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type ProfileUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> ProfilesClient.beginUpdate(String resourceGroupName, String profileName, ProfileUpdateParameters profileUpdateParameters) Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> ProfilesClient.beginUpdate(String resourceGroupName, String profileName, ProfileUpdateParameters profileUpdateParameters, com.azure.core.util.Context context) Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> ProfilesClient.beginUpdateAsync(String resourceGroupName, String profileName, ProfileUpdateParameters profileUpdateParameters) Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.ProfilesClient.update(String resourceGroupName, String profileName, ProfileUpdateParameters profileUpdateParameters) Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.ProfilesClient.update(String resourceGroupName, String profileName, ProfileUpdateParameters profileUpdateParameters, com.azure.core.util.Context context) Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.ProfilesClient.updateAsync(String resourceGroupName, String profileName, ProfileUpdateParameters profileUpdateParameters) Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ProfilesClient.updateWithResponseAsync(String resourceGroupName, String profileName, ProfileUpdateParameters profileUpdateParameters) Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group. -
Uses of ProfileUpdateParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ProfileUpdateParametersModifier and TypeMethodDescriptionProfileUpdateParameters.withIdentity(ManagedServiceIdentity identity) Set the identity property: Managed service identity (system assigned and/or user assigned identities).ProfileUpdateParameters.withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds) Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.Set the tags property: Profile tags.