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 Azure Front Door Standard or Azure Front Door Premium or 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 Azure Front Door Standard or Azure Front Door Premium or 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 Azure Front Door Standard or Azure Front Door Premium or 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 Azure Front Door Standard or Azure Front Door Premium or 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 Azure Front Door Standard or Azure Front Door Premium or 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 Azure Front Door Standard or Azure Front Door Premium or 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,
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) |
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.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.
|
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.
|
Mono<ProfileInner> |
ProfilesClient.createAsync(String resourceGroupName,
String profileName,
ProfileInner profile) |
Creates a new Azure Front Door Standard or Azure Front Door Premium or CDN profile with a profile name under the
specified subscription and resource group.
|
Mono<ProfileInner> |
ProfilesClient.getByResourceGroupAsync(String resourceGroupName,
String profileName) |
Gets an 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.http.rest.Response<ProfileInner> |
ProfilesClient.getByResourceGroupWithResponse(String resourceGroupName,
String profileName,
com.azure.core.util.Context context) |
Gets an 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<ProfileInner>> |
ProfilesClient.getByResourceGroupWithResponseAsync(String resourceGroupName,
String profileName) |
Gets an 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.http.rest.PagedIterable<ProfileInner> |
ProfilesClient.list() |
Lists all of the Azure Front Door Standard, Azure Front Door Premium, and 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 Azure Front Door Standard, Azure Front Door Premium, and CDN profiles within an Azure
subscription.
|
com.azure.core.http.rest.PagedFlux<ProfileInner> |
ProfilesClient.listAsync() |
Lists all of the Azure Front Door Standard, Azure Front Door Premium, and CDN profiles within an Azure
subscription.
|
com.azure.core.http.rest.PagedIterable<ProfileInner> |
ProfilesClient.listByResourceGroup(String resourceGroupName) |
Lists all of the Azure Front Door Standard, Azure Front Door Premium, and 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 Azure Front Door Standard, Azure Front Door Premium, and CDN profiles within a resource group.
|
com.azure.core.http.rest.PagedFlux<ProfileInner> |
ProfilesClient.listByResourceGroupAsync(String resourceGroupName) |
Lists all of the Azure Front Door Standard, Azure Front Door Premium, and CDN profiles within a resource group.
|
Mono<ProfileInner> |
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.
|