| 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 |
|---|---|
AfdEndpointInner |
AfdEndpointsClient.create(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointInner endpoint)
Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
AfdEndpointInner |
AfdEndpointsClient.create(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointInner endpoint,
com.azure.core.util.Context context)
Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
AfdEndpointInner |
AfdEndpointsClient.get(String resourceGroupName,
String profileName,
String endpointName)
Gets an existing AzureFrontDoor endpoint with the specified endpoint name under the specified subscription,
resource group and profile.
|
AfdEndpointInner |
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.
|
AfdEndpointInner |
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AfdEndpointInner>,AfdEndpointInner> |
AfdEndpointsClient.beginCreate(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointInner endpoint)
Creates a new 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.beginCreate(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointInner endpoint,
com.azure.core.util.Context context)
Creates a new 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.beginCreateAsync(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointInner endpoint)
Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
AfdEndpointInner |
AfdEndpointsClient.create(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointInner endpoint)
Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
AfdEndpointInner |
AfdEndpointsClient.create(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointInner endpoint,
com.azure.core.util.Context context)
Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
Mono<AfdEndpointInner> |
AfdEndpointsClient.createAsync(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointInner endpoint)
Creates a new 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.createWithResponseAsync(String resourceGroupName,
String profileName,
String endpointName,
AfdEndpointInner endpoint)
Creates a new AzureFrontDoor endpoint with the specified endpoint name under the specified subscription, resource
group and profile.
|
| Modifier and Type | Method and Description |
|---|---|
AfdEndpointInner |
AfdEndpointInner.withEnabledState(EnabledState enabledState)
Set the enabledState property: Whether to enable use of this rule.
|
AfdEndpointInner |
AfdEndpointInner.withLocation(String location) |
AfdEndpointInner |
AfdEndpointInner.withOriginResponseTimeoutSeconds(Integer originResponseTimeoutSeconds)
Set the originResponseTimeoutSeconds property: Send and receive timeout on forwarding request to the origin.
|
AfdEndpointInner |
AfdEndpointInner.withTags(Map<String,String> tags) |
Copyright © 2021 Microsoft Corporation. All rights reserved.