Interface SentinelOnboardingStatesClient


  • public interface SentinelOnboardingStatesClient
    An instance of this class provides access to all the operations defined in SentinelOnboardingStatesClient.
    • Method Detail

      • get

        SentinelOnboardingStateInner get​(String resourceGroupName,
                                         String workspaceName,
                                         String sentinelOnboardingStateName)
        Get Sentinel onboarding state.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sentinelOnboardingStateName - The Sentinel onboarding state name. Supports - default.
        Returns:
        sentinel onboarding state.
        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<SentinelOnboardingStateInner> getWithResponse​(String resourceGroupName,
                                                                                        String workspaceName,
                                                                                        String sentinelOnboardingStateName,
                                                                                        com.azure.core.util.Context context)
        Get Sentinel onboarding state.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sentinelOnboardingStateName - The Sentinel onboarding state name. Supports - default.
        context - The context to associate with this operation.
        Returns:
        sentinel onboarding state 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.
      • create

        SentinelOnboardingStateInner create​(String resourceGroupName,
                                            String workspaceName,
                                            String sentinelOnboardingStateName)
        Create Sentinel onboarding state.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sentinelOnboardingStateName - The Sentinel onboarding state name. Supports - default.
        Returns:
        sentinel onboarding state.
        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.
      • createWithResponse

        com.azure.core.http.rest.Response<SentinelOnboardingStateInner> createWithResponse​(String resourceGroupName,
                                                                                           String workspaceName,
                                                                                           String sentinelOnboardingStateName,
                                                                                           SentinelOnboardingStateInner sentinelOnboardingStateParameter,
                                                                                           com.azure.core.util.Context context)
        Create Sentinel onboarding state.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sentinelOnboardingStateName - The Sentinel onboarding state name. Supports - default.
        sentinelOnboardingStateParameter - The Sentinel onboarding state parameter.
        context - The context to associate with this operation.
        Returns:
        sentinel onboarding state 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

        void delete​(String resourceGroupName,
                    String workspaceName,
                    String sentinelOnboardingStateName)
        Delete Sentinel onboarding state.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sentinelOnboardingStateName - The Sentinel onboarding state name. Supports - default.
        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<Void> deleteWithResponse​(String resourceGroupName,
                                                                   String workspaceName,
                                                                   String sentinelOnboardingStateName,
                                                                   com.azure.core.util.Context context)
        Delete Sentinel onboarding state.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        sentinelOnboardingStateName - The Sentinel onboarding state name. Supports - default.
        context - The context to associate with this operation.
        Returns:
        the 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

        SentinelOnboardingStatesListInner list​(String resourceGroupName,
                                               String workspaceName)
        Gets all Sentinel onboarding states.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        Returns:
        all Sentinel onboarding states.
        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.
      • listWithResponse

        com.azure.core.http.rest.Response<SentinelOnboardingStatesListInner> listWithResponse​(String resourceGroupName,
                                                                                              String workspaceName,
                                                                                              com.azure.core.util.Context context)
        Gets all Sentinel onboarding states.
        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 Sentinel onboarding states 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.