public interface ProfilesClient extends InnerSupportsGet<ProfileInner>, InnerSupportsListing<ProfileInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
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> |
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> |
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<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName)
Deletes an existing CDN profile with the specified parameters.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String profileName,
com.azure.core.util.Context context)
Deletes an existing CDN profile with the specified parameters.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String profileName)
Deletes an existing CDN profile with the specified parameters.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> |
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> |
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> |
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.
|
ProfileInner |
create(String resourceGroupName,
String profileName,
ProfileInner profile)
Creates a new CDN profile with a profile name under the specified subscription and resource group.
|
ProfileInner |
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> |
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>>> |
createWithResponseAsync(String resourceGroupName,
String profileName,
ProfileInner profile)
Creates a new CDN profile with a profile name under the specified subscription and resource group.
|
void |
delete(String resourceGroupName,
String profileName)
Deletes an existing CDN profile with the specified parameters.
|
void |
delete(String resourceGroupName,
String profileName,
com.azure.core.util.Context context)
Deletes an existing CDN profile with the specified parameters.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String profileName)
Deletes an existing CDN profile with the specified parameters.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String profileName)
Deletes an existing CDN profile with the specified parameters.
|
SsoUriInner |
generateSsoUri(String resourceGroupName,
String profileName)
Generates a dynamic SSO URI used to sign in to the CDN supplemental portal.
|
Mono<SsoUriInner> |
generateSsoUriAsync(String resourceGroupName,
String profileName)
Generates a dynamic SSO URI used to sign in to the CDN supplemental portal.
|
com.azure.core.http.rest.Response<SsoUriInner> |
generateSsoUriWithResponse(String resourceGroupName,
String profileName,
com.azure.core.util.Context context)
Generates a dynamic SSO URI used to sign in to the CDN supplemental portal.
|
Mono<com.azure.core.http.rest.Response<SsoUriInner>> |
generateSsoUriWithResponseAsync(String resourceGroupName,
String profileName)
Generates a dynamic SSO URI used to sign in to the CDN supplemental portal.
|
ProfileInner |
getByResourceGroup(String resourceGroupName,
String profileName)
Gets a CDN profile with the specified profile name under the specified subscription and resource group.
|
Mono<ProfileInner> |
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> |
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>> |
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> |
list()
Lists all of the CDN profiles within an Azure subscription.
|
com.azure.core.http.rest.PagedIterable<ProfileInner> |
list(com.azure.core.util.Context context)
Lists all of the CDN profiles within an Azure subscription.
|
com.azure.core.http.rest.PagedFlux<ProfileInner> |
listAsync()
Lists all of the CDN profiles within an Azure subscription.
|
com.azure.core.http.rest.PagedIterable<ProfileInner> |
listByResourceGroup(String resourceGroupName)
Lists all of the CDN profiles within a resource group.
|
com.azure.core.http.rest.PagedIterable<ProfileInner> |
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> |
listByResourceGroupAsync(String resourceGroupName)
Lists all of the CDN profiles within a resource group.
|
com.azure.core.http.rest.PagedIterable<ResourceUsageInner> |
listResourceUsage(String resourceGroupName,
String profileName)
Checks the quota and actual usage of endpoints under the given CDN profile.
|
com.azure.core.http.rest.PagedIterable<ResourceUsageInner> |
listResourceUsage(String resourceGroupName,
String profileName,
com.azure.core.util.Context context)
Checks the quota and actual usage of endpoints under the given CDN profile.
|
com.azure.core.http.rest.PagedFlux<ResourceUsageInner> |
listResourceUsageAsync(String resourceGroupName,
String profileName)
Checks the quota and actual usage of endpoints under the given CDN profile.
|
SupportedOptimizationTypesListResultInner |
listSupportedOptimizationTypes(String resourceGroupName,
String profileName)
Gets the supported optimization types for the current profile.
|
Mono<SupportedOptimizationTypesListResultInner> |
listSupportedOptimizationTypesAsync(String resourceGroupName,
String profileName)
Gets the supported optimization types for the current profile.
|
com.azure.core.http.rest.Response<SupportedOptimizationTypesListResultInner> |
listSupportedOptimizationTypesWithResponse(String resourceGroupName,
String profileName,
com.azure.core.util.Context context)
Gets the supported optimization types for the current profile.
|
Mono<com.azure.core.http.rest.Response<SupportedOptimizationTypesListResultInner>> |
listSupportedOptimizationTypesWithResponseAsync(String resourceGroupName,
String profileName)
Gets the supported optimization types for the current profile.
|
ProfileInner |
update(String resourceGroupName,
String profileName)
Updates an existing CDN profile with the specified profile name under the specified subscription and resource
group.
|
ProfileInner |
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 |
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.
|
Mono<ProfileInner> |
updateAsync(String resourceGroupName,
String profileName)
Updates an existing CDN profile with the specified profile name under the specified subscription and resource
group.
|
Mono<ProfileInner> |
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.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(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.http.rest.PagedFlux<ProfileInner> listAsync()
listAsync in interface InnerSupportsListing<ProfileInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProfileInner> list()
list in interface InnerSupportsListing<ProfileInner>com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProfileInner> list(com.azure.core.util.Context context)
context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ProfileInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<ProfileInner>resourceGroupName - Name of the Resource group within the Azure subscription.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProfileInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<ProfileInner>resourceGroupName - Name of the Resource group within the Azure subscription.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ProfileInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ProfileInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProfileInner> getByResourceGroupAsync(String resourceGroupName, String profileName)
getByResourceGroupAsync in interface InnerSupportsGet<ProfileInner>resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProfileInner getByResourceGroup(String resourceGroupName, String profileName)
getByResourceGroup in interface InnerSupportsGet<ProfileInner>resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ProfileInner> getByResourceGroupWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String profileName, ProfileInner profile)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.profile - CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider
and pricing tier.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> beginCreateAsync(String resourceGroupName, String profileName, ProfileInner profile)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.profile - CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider
and pricing tier.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> beginCreate(String resourceGroupName, String profileName, ProfileInner profile)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.profile - CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider
and pricing tier.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> beginCreate(String resourceGroupName, String profileName, ProfileInner profile, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.profile - CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider
and pricing tier.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProfileInner> createAsync(String resourceGroupName, String profileName, ProfileInner profile)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.profile - CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider
and pricing tier.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProfileInner create(String resourceGroupName, String profileName, ProfileInner profile)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.profile - CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider
and pricing tier.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProfileInner create(String resourceGroupName, String profileName, ProfileInner profile, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.profile - CDN profile is a logical grouping of endpoints that share the same settings, such as CDN provider
and pricing tier.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String profileName, Map<String,String> tags)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.tags - Profile tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> beginUpdateAsync(String resourceGroupName, String profileName, Map<String,String> tags)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.tags - Profile tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> beginUpdate(String resourceGroupName, String profileName, Map<String,String> tags)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.tags - Profile tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ProfileInner>,ProfileInner> beginUpdate(String resourceGroupName, String profileName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.tags - Profile tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProfileInner> updateAsync(String resourceGroupName, String profileName, Map<String,String> tags)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.tags - Profile tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ProfileInner> updateAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProfileInner update(String resourceGroupName, String profileName, Map<String,String> tags)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.tags - Profile tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProfileInner update(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ProfileInner update(String resourceGroupName, String profileName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.tags - Profile tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String profileName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String profileName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String profileName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SsoUriInner>> generateSsoUriWithResponseAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SsoUriInner> generateSsoUriAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SsoUriInner generateSsoUri(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SsoUriInner> generateSsoUriWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SupportedOptimizationTypesListResultInner>> listSupportedOptimizationTypesWithResponseAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SupportedOptimizationTypesListResultInner> listSupportedOptimizationTypesAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SupportedOptimizationTypesListResultInner listSupportedOptimizationTypes(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SupportedOptimizationTypesListResultInner> listSupportedOptimizationTypesWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ResourceUsageInner> listResourceUsageAsync(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ResourceUsageInner> listResourceUsage(String resourceGroupName, String profileName)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ResourceUsageInner> listResourceUsage(String resourceGroupName, String profileName, com.azure.core.util.Context context)
resourceGroupName - Name of the Resource group within the Azure subscription.profileName - Name of the CDN profile which is unique within the resource group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.