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) |
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.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.
|
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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginUpdate(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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginUpdate(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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginUpdate(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.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginUpdate(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.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginUpdateAsync(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.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
ProfilesClient.beginUpdateAsync(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.
|
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<ProfileInner> |
ProfilesClient.getByResourceGroupAsync(String resourceGroupName,
String profileName) |
Gets a CDN profile with the specified profile name under the specified subscription and resource group.
|
com.azure.core.http.rest.Response<ProfileInner> |
ProfilesClient.getByResourceGroupWithResponse(String resourceGroupName,
String profileName,
com.azure.core.util.Context context) |
Gets a CDN profile with the specified profile name under the specified subscription and resource group.
|
Mono<com.azure.core.http.rest.Response<ProfileInner>> |
ProfilesClient.getByResourceGroupWithResponseAsync(String resourceGroupName,
String profileName) |
Gets a CDN profile with the specified profile name under the specified subscription and resource group.
|
com.azure.core.http.rest.PagedIterable<ProfileInner> |
ProfilesClient.list() |
Lists all of the CDN profiles within an Azure subscription.
|
com.azure.core.http.rest.PagedIterable<ProfileInner> |
ProfilesClient.list(com.azure.core.util.Context context) |
Lists all of the CDN profiles within an Azure subscription.
|
com.azure.core.http.rest.PagedFlux<ProfileInner> |
ProfilesClient.listAsync() |
Lists all of the CDN profiles within an Azure subscription.
|
com.azure.core.http.rest.PagedIterable<ProfileInner> |
ProfilesClient.listByResourceGroup(String resourceGroupName) |
Lists all of the CDN profiles within a resource group.
|
com.azure.core.http.rest.PagedIterable<ProfileInner> |
ProfilesClient.listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context) |
Lists all of the CDN profiles within a resource group.
|
com.azure.core.http.rest.PagedFlux<ProfileInner> |
ProfilesClient.listByResourceGroupAsync(String resourceGroupName) |
Lists all of the CDN profiles within a resource group.
|
Mono<ProfileInner> |
ProfilesClient.updateAsync(String resourceGroupName,
String profileName) |
Updates an existing CDN profile with the specified profile name under the specified subscription and resource
group.
|
Mono<ProfileInner> |
ProfilesClient.updateAsync(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.
|