public interface ScheduledQueryRulesClient extends InnerSupportsGet<LogSearchRuleResourceInner>, InnerSupportsListing<LogSearchRuleResourceInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
LogSearchRuleResourceInner |
createOrUpdate(String resourceGroupName,
String ruleName,
LogSearchRuleResourceInner parameters)
Creates or updates an log search rule.
|
Mono<LogSearchRuleResourceInner> |
createOrUpdateAsync(String resourceGroupName,
String ruleName,
LogSearchRuleResourceInner parameters)
Creates or updates an log search rule.
|
com.azure.core.http.rest.Response<LogSearchRuleResourceInner> |
createOrUpdateWithResponse(String resourceGroupName,
String ruleName,
LogSearchRuleResourceInner parameters,
com.azure.core.util.Context context)
Creates or updates an log search rule.
|
Mono<com.azure.core.http.rest.Response<LogSearchRuleResourceInner>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String ruleName,
LogSearchRuleResourceInner parameters)
Creates or updates an log search rule.
|
void |
delete(String resourceGroupName,
String ruleName)
Deletes a Log Search rule.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String ruleName)
Deletes a Log Search rule.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String ruleName,
com.azure.core.util.Context context)
Deletes a Log Search rule.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String ruleName)
Deletes a Log Search rule.
|
LogSearchRuleResourceInner |
getByResourceGroup(String resourceGroupName,
String ruleName)
Gets an Log Search rule.
|
Mono<LogSearchRuleResourceInner> |
getByResourceGroupAsync(String resourceGroupName,
String ruleName)
Gets an Log Search rule.
|
com.azure.core.http.rest.Response<LogSearchRuleResourceInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String ruleName,
com.azure.core.util.Context context)
Gets an Log Search rule.
|
Mono<com.azure.core.http.rest.Response<LogSearchRuleResourceInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String ruleName)
Gets an Log Search rule.
|
com.azure.core.http.rest.PagedIterable<LogSearchRuleResourceInner> |
list()
List the Log Search rules within a subscription group.
|
com.azure.core.http.rest.PagedIterable<LogSearchRuleResourceInner> |
list(String filter,
com.azure.core.util.Context context)
List the Log Search rules within a subscription group.
|
com.azure.core.http.rest.PagedFlux<LogSearchRuleResourceInner> |
listAsync()
List the Log Search rules within a subscription group.
|
com.azure.core.http.rest.PagedFlux<LogSearchRuleResourceInner> |
listAsync(String filter)
List the Log Search rules within a subscription group.
|
com.azure.core.http.rest.PagedIterable<LogSearchRuleResourceInner> |
listByResourceGroup(String resourceGroupName)
List the Log Search rules within a resource group.
|
com.azure.core.http.rest.PagedIterable<LogSearchRuleResourceInner> |
listByResourceGroup(String resourceGroupName,
String filter,
com.azure.core.util.Context context)
List the Log Search rules within a resource group.
|
com.azure.core.http.rest.PagedFlux<LogSearchRuleResourceInner> |
listByResourceGroupAsync(String resourceGroupName)
List the Log Search rules within a resource group.
|
com.azure.core.http.rest.PagedFlux<LogSearchRuleResourceInner> |
listByResourceGroupAsync(String resourceGroupName,
String filter)
List the Log Search rules within a resource group.
|
LogSearchRuleResourceInner |
update(String resourceGroupName,
String ruleName,
LogSearchRuleResourcePatch parameters)
Update log search Rule.
|
Mono<LogSearchRuleResourceInner> |
updateAsync(String resourceGroupName,
String ruleName,
LogSearchRuleResourcePatch parameters)
Update log search Rule.
|
com.azure.core.http.rest.Response<LogSearchRuleResourceInner> |
updateWithResponse(String resourceGroupName,
String ruleName,
LogSearchRuleResourcePatch parameters,
com.azure.core.util.Context context)
Update log search Rule.
|
Mono<com.azure.core.http.rest.Response<LogSearchRuleResourceInner>> |
updateWithResponseAsync(String resourceGroupName,
String ruleName,
LogSearchRuleResourcePatch parameters)
Update log search Rule.
|
Mono<com.azure.core.http.rest.Response<LogSearchRuleResourceInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String ruleName, LogSearchRuleResourceInner parameters)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.parameters - The Log Search Rule 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<LogSearchRuleResourceInner> createOrUpdateAsync(String resourceGroupName, String ruleName, LogSearchRuleResourceInner parameters)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.parameters - The Log Search Rule 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.LogSearchRuleResourceInner createOrUpdate(String resourceGroupName, String ruleName, LogSearchRuleResourceInner parameters)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.parameters - The Log Search Rule 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<LogSearchRuleResourceInner> createOrUpdateWithResponse(String resourceGroupName, String ruleName, LogSearchRuleResourceInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.parameters - The Log Search Rule 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<LogSearchRuleResourceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String ruleName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.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<LogSearchRuleResourceInner> getByResourceGroupAsync(String resourceGroupName, String ruleName)
getByResourceGroupAsync in interface InnerSupportsGet<LogSearchRuleResourceInner>resourceGroupName - The name of the resource group.ruleName - The name of the rule.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.LogSearchRuleResourceInner getByResourceGroup(String resourceGroupName, String ruleName)
getByResourceGroup in interface InnerSupportsGet<LogSearchRuleResourceInner>resourceGroupName - The name of the resource group.ruleName - The name of the rule.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<LogSearchRuleResourceInner> getByResourceGroupWithResponse(String resourceGroupName, String ruleName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.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<LogSearchRuleResourceInner>> updateWithResponseAsync(String resourceGroupName, String ruleName, LogSearchRuleResourcePatch parameters)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.parameters - The log search rule resource 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<LogSearchRuleResourceInner> updateAsync(String resourceGroupName, String ruleName, LogSearchRuleResourcePatch parameters)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.parameters - The log search rule resource 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.LogSearchRuleResourceInner update(String resourceGroupName, String ruleName, LogSearchRuleResourcePatch parameters)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.parameters - The log search rule resource 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<LogSearchRuleResourceInner> updateWithResponse(String resourceGroupName, String ruleName, LogSearchRuleResourcePatch parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.parameters - The log search rule resource 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.Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String ruleName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.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 ruleName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.ruleName - The name of the rule.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 ruleName)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.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 ruleName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.ruleName - The name of the rule.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<LogSearchRuleResourceInner> listAsync(String filter)
filter - The filter to apply on the operation. For more information please see
https://msdn.microsoft.com/en-us/library/azure/dn931934.aspx.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<LogSearchRuleResourceInner> listAsync()
listAsync in interface InnerSupportsListing<LogSearchRuleResourceInner>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<LogSearchRuleResourceInner> list(String filter, com.azure.core.util.Context context)
filter - The filter to apply on the operation. For more information please see
https://msdn.microsoft.com/en-us/library/azure/dn931934.aspx.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.PagedIterable<LogSearchRuleResourceInner> list()
list in interface InnerSupportsListing<LogSearchRuleResourceInner>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<LogSearchRuleResourceInner> listByResourceGroupAsync(String resourceGroupName, String filter)
resourceGroupName - The name of the resource group.filter - The filter to apply on the operation. For more information please see
https://msdn.microsoft.com/en-us/library/azure/dn931934.aspx.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<LogSearchRuleResourceInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<LogSearchRuleResourceInner>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<LogSearchRuleResourceInner> listByResourceGroup(String resourceGroupName, String filter, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.filter - The filter to apply on the operation. For more information please see
https://msdn.microsoft.com/en-us/library/azure/dn931934.aspx.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.PagedIterable<LogSearchRuleResourceInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<LogSearchRuleResourceInner>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.Copyright © 2020 Microsoft Corporation. All rights reserved.