| 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 |
|---|---|
ProfileInner |
ProfilesClient.create(String resourceGroupName,
String profileName,
ProfileInner profile)
Creates a new CDN profile with a profile name under the specified subscription and resource group.
|
ProfileInner |
ProfilesClient.create(String resourceGroupName,
String profileName,
ProfileInner profile,
com.azure.core.util.Context context)
Creates a new CDN profile with a profile name under the specified subscription and resource group.
|
ProfileInner |
ProfilesClient.getByResourceGroup(String resourceGroupName,
String profileName)
Gets a CDN profile with the specified profile name under the specified subscription and resource group.
|
ProfileInner |
ProfilesClient.update(String resourceGroupName,
String profileName)
Updates an existing CDN profile with the specified profile name under the specified subscription and resource
group.
|
ProfileInner |
ProfilesClient.update(String resourceGroupName,
String profileName,
Map<String,String> tags)
Updates an existing CDN profile with the specified profile name under the specified subscription and resource
group.
|
ProfileInner |
ProfilesClient.update(String resourceGroupName,
String profileName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates an existing CDN profile with the specified profile name under the specified subscription and resource
group.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginCreate(String resourceGroupName,
String profileName,
ProfileInner profile)
Creates a new CDN profile with a profile name under the specified subscription and resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginCreate(String resourceGroupName,
String profileName,
ProfileInner profile,
com.azure.core.util.Context context)
Creates a new CDN profile with a profile name under the specified subscription and resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginCreateAsync(String resourceGroupName,
String profileName,
ProfileInner profile)
Creates a new CDN profile with a profile name under the specified subscription and resource group.
|
ProfileInner |
ProfilesClient.create(String resourceGroupName,
String profileName,
ProfileInner profile)
Creates a new CDN profile with a profile name under the specified subscription and resource group.
|
ProfileInner |
ProfilesClient.create(String resourceGroupName,
String profileName,
ProfileInner profile,
com.azure.core.util.Context context)
Creates a new CDN profile with a profile name under the specified subscription and resource group.
|
Mono<ProfileInner> |
ProfilesClient.createAsync(String resourceGroupName,
String profileName,
ProfileInner profile)
Creates a new CDN profile with a profile name under the specified subscription and resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ProfilesClient.createWithResponseAsync(String resourceGroupName,
String profileName,
ProfileInner profile)
Creates a new CDN profile with a profile name under the specified subscription and resource group.
|
| Modifier and Type | Method and Description |
|---|---|
ProfileInner |
ProfileInner.withLocation(String location) |
ProfileInner |
ProfileInner.withSku(Sku sku)
Set the sku property: The pricing tier (defines a CDN provider, feature list and rate) of the CDN profile.
|
ProfileInner |
ProfileInner.withTags(Map<String,String> tags) |
Copyright © 2020 Microsoft Corporation. All rights reserved.