Interface AutomationRules


  • public interface AutomationRules
    Resource collection API of AutomationRules.
    • Method Detail

      • get

        AutomationRule get​(String resourceGroupName,
                           String workspaceName,
                           String automationRuleId)
        Gets the automation rule.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        automationRuleId - Automation rule ID.
        Returns:
        the automation rule.
        Throws:
        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.
      • getWithResponse

        com.azure.core.http.rest.Response<AutomationRule> getWithResponse​(String resourceGroupName,
                                                                          String workspaceName,
                                                                          String automationRuleId,
                                                                          com.azure.core.util.Context context)
        Gets the automation rule.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        automationRuleId - Automation rule ID.
        context - The context to associate with this operation.
        Returns:
        the automation rule along with Response.
        Throws:
        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.
      • delete

        Object delete​(String resourceGroupName,
                      String workspaceName,
                      String automationRuleId)
        Delete the automation rule.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        automationRuleId - Automation rule ID.
        Returns:
        any object.
        Throws:
        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.
      • deleteWithResponse

        com.azure.core.http.rest.Response<Object> deleteWithResponse​(String resourceGroupName,
                                                                     String workspaceName,
                                                                     String automationRuleId,
                                                                     com.azure.core.util.Context context)
        Delete the automation rule.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        automationRuleId - Automation rule ID.
        context - The context to associate with this operation.
        Returns:
        any object along with Response.
        Throws:
        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.
      • list

        com.azure.core.http.rest.PagedIterable<AutomationRule> list​(String resourceGroupName,
                                                                    String workspaceName)
        Gets all automation rules.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        Returns:
        all automation rules as paginated response with PagedIterable.
        Throws:
        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.
      • list

        com.azure.core.http.rest.PagedIterable<AutomationRule> list​(String resourceGroupName,
                                                                    String workspaceName,
                                                                    com.azure.core.util.Context context)
        Gets all automation rules.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        context - The context to associate with this operation.
        Returns:
        all automation rules as paginated response with PagedIterable.
        Throws:
        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.
      • getById

        AutomationRule getById​(String id)
        Gets the automation rule.
        Parameters:
        id - the resource ID.
        Returns:
        the automation rule along with Response.
        Throws:
        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.
      • getByIdWithResponse

        com.azure.core.http.rest.Response<AutomationRule> getByIdWithResponse​(String id,
                                                                              com.azure.core.util.Context context)
        Gets the automation rule.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        Returns:
        the automation rule along with Response.
        Throws:
        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.
      • deleteById

        Object deleteById​(String id)
        Delete the automation rule.
        Parameters:
        id - the resource ID.
        Returns:
        any object along with Response.
        Throws:
        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.
      • deleteByIdWithResponse

        com.azure.core.http.rest.Response<Object> deleteByIdWithResponse​(String id,
                                                                         com.azure.core.util.Context context)
        Delete the automation rule.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        Returns:
        any object along with Response.
        Throws:
        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.
      • define

        AutomationRule.DefinitionStages.Blank define​(String name)
        Begins definition for a new AutomationRule resource.
        Parameters:
        name - resource name.
        Returns:
        the first stage of the new AutomationRule definition.