public interface AutoscaleSettingsClient extends InnerSupportsGet<AutoscaleSettingResourceInner>, InnerSupportsListing<AutoscaleSettingResourceInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
AutoscaleSettingResourceInner |
createOrUpdate(String resourceGroupName,
String autoscaleSettingName,
AutoscaleSettingResourceInner parameters)
Creates or updates an autoscale setting.
|
Mono<AutoscaleSettingResourceInner> |
createOrUpdateAsync(String resourceGroupName,
String autoscaleSettingName,
AutoscaleSettingResourceInner parameters)
Creates or updates an autoscale setting.
|
com.azure.core.http.rest.Response<AutoscaleSettingResourceInner> |
createOrUpdateWithResponse(String resourceGroupName,
String autoscaleSettingName,
AutoscaleSettingResourceInner parameters,
com.azure.core.util.Context context)
Creates or updates an autoscale setting.
|
Mono<com.azure.core.http.rest.Response<AutoscaleSettingResourceInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String autoscaleSettingName,
AutoscaleSettingResourceInner parameters)
Creates or updates an autoscale setting.
|
void |
delete(String resourceGroupName,
String autoscaleSettingName)
Deletes and autoscale setting.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String autoscaleSettingName)
Deletes and autoscale setting.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String autoscaleSettingName,
com.azure.core.util.Context context)
Deletes and autoscale setting.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String autoscaleSettingName)
Deletes and autoscale setting.
|
AutoscaleSettingResourceInner |
getByResourceGroup(String resourceGroupName,
String autoscaleSettingName)
Gets an autoscale setting.
|
Mono<AutoscaleSettingResourceInner> |
getByResourceGroupAsync(String resourceGroupName,
String autoscaleSettingName)
Gets an autoscale setting.
|
com.azure.core.http.rest.Response<AutoscaleSettingResourceInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String autoscaleSettingName,
com.azure.core.util.Context context)
Gets an autoscale setting.
|
Mono<com.azure.core.http.rest.Response<AutoscaleSettingResourceInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String autoscaleSettingName)
Gets an autoscale setting.
|
com.azure.core.http.rest.PagedIterable<AutoscaleSettingResourceInner> |
list()
Lists the autoscale settings for a subscription.
|
com.azure.core.http.rest.PagedIterable<AutoscaleSettingResourceInner> |
list(com.azure.core.util.Context context)
Lists the autoscale settings for a subscription.
|
com.azure.core.http.rest.PagedFlux<AutoscaleSettingResourceInner> |
listAsync()
Lists the autoscale settings for a subscription.
|
com.azure.core.http.rest.PagedIterable<AutoscaleSettingResourceInner> |
listByResourceGroup(String resourceGroupName)
Lists the autoscale settings for a resource group.
|
com.azure.core.http.rest.PagedIterable<AutoscaleSettingResourceInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Lists the autoscale settings for a resource group.
|
com.azure.core.http.rest.PagedFlux<AutoscaleSettingResourceInner> |
listByResourceGroupAsync(String resourceGroupName)
Lists the autoscale settings for a resource group.
|
AutoscaleSettingResourceInner |
update(String resourceGroupName,
String autoscaleSettingName,
AutoscaleSettingResourcePatch autoscaleSettingResource)
Updates an existing AutoscaleSettingsResource.
|
Mono<AutoscaleSettingResourceInner> |
updateAsync(String resourceGroupName,
String autoscaleSettingName,
AutoscaleSettingResourcePatch autoscaleSettingResource)
Updates an existing AutoscaleSettingsResource.
|
com.azure.core.http.rest.Response<AutoscaleSettingResourceInner> |
updateWithResponse(String resourceGroupName,
String autoscaleSettingName,
AutoscaleSettingResourcePatch autoscaleSettingResource,
com.azure.core.util.Context context)
Updates an existing AutoscaleSettingsResource.
|
Mono<com.azure.core.http.rest.Response<AutoscaleSettingResourceInner>> |
updateWithResponseAsync(String resourceGroupName,
String autoscaleSettingName,
AutoscaleSettingResourcePatch autoscaleSettingResource)
Updates an existing AutoscaleSettingsResource.
|
com.azure.core.http.rest.PagedFlux<AutoscaleSettingResourceInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<AutoscaleSettingResourceInner>resourceGroupName - The name of 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<AutoscaleSettingResourceInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<AutoscaleSettingResourceInner>resourceGroupName - The name of 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<AutoscaleSettingResourceInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of 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<AutoscaleSettingResourceInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.parameters - The autoscale setting resource.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<AutoscaleSettingResourceInner> createOrUpdateAsync(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.parameters - The autoscale setting resource.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.AutoscaleSettingResourceInner createOrUpdate(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.parameters - The autoscale setting resource.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<AutoscaleSettingResourceInner> createOrUpdateWithResponse(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.parameters - The autoscale setting resource.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<Void>> deleteWithResponseAsync(String resourceGroupName, String autoscaleSettingName)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.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 autoscaleSettingName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.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 autoscaleSettingName)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.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<Void> deleteWithResponse(String resourceGroupName, String autoscaleSettingName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.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<AutoscaleSettingResourceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String autoscaleSettingName)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.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<AutoscaleSettingResourceInner> getByResourceGroupAsync(String resourceGroupName, String autoscaleSettingName)
getByResourceGroupAsync in interface InnerSupportsGet<AutoscaleSettingResourceInner>resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.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.AutoscaleSettingResourceInner getByResourceGroup(String resourceGroupName, String autoscaleSettingName)
getByResourceGroup in interface InnerSupportsGet<AutoscaleSettingResourceInner>resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.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<AutoscaleSettingResourceInner> getByResourceGroupWithResponse(String resourceGroupName, String autoscaleSettingName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.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<AutoscaleSettingResourceInner>> updateWithResponseAsync(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourcePatch autoscaleSettingResource)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.autoscaleSettingResource - The autoscale setting object for patch operations.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<AutoscaleSettingResourceInner> updateAsync(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourcePatch autoscaleSettingResource)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.autoscaleSettingResource - The autoscale setting object for patch operations.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.AutoscaleSettingResourceInner update(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourcePatch autoscaleSettingResource)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.autoscaleSettingResource - The autoscale setting object for patch operations.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<AutoscaleSettingResourceInner> updateWithResponse(String resourceGroupName, String autoscaleSettingName, AutoscaleSettingResourcePatch autoscaleSettingResource, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.autoscaleSettingName - The autoscale setting name.autoscaleSettingResource - The autoscale setting object for patch operations.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<AutoscaleSettingResourceInner> listAsync()
listAsync in interface InnerSupportsListing<AutoscaleSettingResourceInner>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<AutoscaleSettingResourceInner> list()
list in interface InnerSupportsListing<AutoscaleSettingResourceInner>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<AutoscaleSettingResourceInner> 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.Copyright © 2020 Microsoft Corporation. All rights reserved.