| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.fluent |
Package containing the service clients for CdnManagementClient.
|
| com.azure.resourcemanager.cdn.fluent.models |
Package containing the inner data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointInner |
EndpointsClient.create(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
EndpointInner |
EndpointsClient.create(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint,
com.azure.core.util.Context context)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
EndpointInner |
EndpointsClient.get(String resourceGroupName,
String profileName,
String endpointName)
Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group
and profile.
|
EndpointInner |
EndpointsClient.start(String resourceGroupName,
String profileName,
String endpointName)
Starts an existing CDN endpoint that is on a stopped state.
|
EndpointInner |
EndpointsClient.start(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Starts an existing CDN endpoint that is on a stopped state.
|
EndpointInner |
EndpointsClient.stop(String resourceGroupName,
String profileName,
String endpointName)
Stops an existing running CDN endpoint.
|
EndpointInner |
EndpointsClient.stop(String resourceGroupName,
String profileName,
String endpointName,
com.azure.core.util.Context context)
Stops an existing running CDN endpoint.
|
EndpointInner |
EndpointsClient.update(String resourceGroupName,
String profileName,
String endpointName,
EndpointUpdateParameters endpointUpdateProperties)
Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
EndpointInner |
EndpointsClient.update(String resourceGroupName,
String profileName,
String endpointName,
EndpointUpdateParameters endpointUpdateProperties,
com.azure.core.util.Context context)
Updates an existing CDN endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EndpointInner>,EndpointInner> |
EndpointsClient.beginCreate(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint)
Creates a new CDN 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<EndpointInner>,EndpointInner> |
EndpointsClient.beginCreate(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint,
com.azure.core.util.Context context)
Creates a new CDN 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<EndpointInner>,EndpointInner> |
EndpointsClient.beginCreateAsync(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
EndpointInner |
EndpointsClient.create(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
EndpointInner |
EndpointsClient.create(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint,
com.azure.core.util.Context context)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
Mono<EndpointInner> |
EndpointsClient.createAsync(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
EndpointsClient.createWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
EndpointInner endpoint)
Creates a new CDN endpoint with the specified endpoint name under the specified subscription, resource group and
profile.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointInner |
EndpointInner.withContentTypesToCompress(List<String> contentTypesToCompress)
Set the contentTypesToCompress property: List of content types on which compression applies.
|
EndpointInner |
EndpointInner.withDefaultOriginGroup(ResourceReference defaultOriginGroup)
Set the defaultOriginGroup property: A reference to the origin group.
|
EndpointInner |
EndpointInner.withDeliveryPolicy(EndpointPropertiesUpdateParametersDeliveryPolicy deliveryPolicy)
Set the deliveryPolicy property: A policy that specifies the delivery rules to be used for an endpoint.
|
EndpointInner |
EndpointInner.withGeoFilters(List<GeoFilter> geoFilters)
Set the geoFilters property: List of rules defining the user's geo access within a CDN endpoint.
|
EndpointInner |
EndpointInner.withIsCompressionEnabled(Boolean isCompressionEnabled)
Set the isCompressionEnabled property: Indicates whether content compression is enabled on CDN.
|
EndpointInner |
EndpointInner.withIsHttpAllowed(Boolean isHttpAllowed)
Set the isHttpAllowed property: Indicates whether HTTP traffic is allowed on the endpoint.
|
EndpointInner |
EndpointInner.withIsHttpsAllowed(Boolean isHttpsAllowed)
Set the isHttpsAllowed property: Indicates whether HTTPS traffic is allowed on the endpoint.
|
EndpointInner |
EndpointInner.withLocation(String location) |
EndpointInner |
EndpointInner.withOptimizationType(OptimizationType optimizationType)
Set the optimizationType property: Specifies what scenario the customer wants this CDN endpoint to optimize for,
e.g.
|
EndpointInner |
EndpointInner.withOriginGroups(List<DeepCreatedOriginGroup> originGroups)
Set the originGroups property: The origin groups comprising of origins that are used for load balancing the
traffic based on availability.
|
EndpointInner |
EndpointInner.withOriginHostHeader(String originHostHeader)
Set the originHostHeader property: The host header value sent to the origin with each request.
|
EndpointInner |
EndpointInner.withOriginPath(String originPath)
Set the originPath property: A directory path on the origin that CDN can use to retrieve content from, e.g.
|
EndpointInner |
EndpointInner.withOrigins(List<DeepCreatedOrigin> origins)
Set the origins property: The source of the content being delivered via CDN.
|
EndpointInner |
EndpointInner.withProbePath(String probePath)
Set the probePath property: Path to a file hosted on the origin which helps accelerate delivery of the dynamic
content and calculate the most optimal routes for the CDN.
|
EndpointInner |
EndpointInner.withQueryStringCachingBehavior(QueryStringCachingBehavior queryStringCachingBehavior)
Set the queryStringCachingBehavior property: Defines how CDN caches requests that include query strings.
|
EndpointInner |
EndpointInner.withTags(Map<String,String> tags) |
EndpointInner |
EndpointInner.withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys)
Set the urlSigningKeys property: List of keys used to validate the signed URL hashes.
|
EndpointInner |
EndpointInner.withWebApplicationFirewallPolicyLink(EndpointPropertiesUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink)
Set the webApplicationFirewallPolicyLink property: Defines the Web Application Firewall policy for the endpoint
(if applicable).
|
Copyright © 2020 Microsoft Corporation. All rights reserved.