Interface SentinelOnboardingStates
public interface SentinelOnboardingStates
Resource collection API of SentinelOnboardingStates.
-
Method Summary
Modifier and TypeMethodDescriptionBegins definition for a new SentinelOnboardingState resource.void
Delete Sentinel onboarding state.void
deleteById
(String id) Delete Sentinel onboarding state.com.azure.core.http.rest.Response<Void>
deleteByIdWithResponse
(String id, com.azure.core.util.Context context) Delete Sentinel onboarding state.com.azure.core.http.rest.Response<Void>
deleteWithResponse
(String resourceGroupName, String workspaceName, String sentinelOnboardingStateName, com.azure.core.util.Context context) Delete Sentinel onboarding state.Get Sentinel onboarding state.Get Sentinel onboarding state.com.azure.core.http.rest.Response<SentinelOnboardingState>
getByIdWithResponse
(String id, com.azure.core.util.Context context) Get Sentinel onboarding state.com.azure.core.http.rest.Response<SentinelOnboardingState>
getWithResponse
(String resourceGroupName, String workspaceName, String sentinelOnboardingStateName, com.azure.core.util.Context context) Get Sentinel onboarding state.Gets all Sentinel onboarding states.com.azure.core.http.rest.Response<SentinelOnboardingStatesList>
listWithResponse
(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Gets all Sentinel onboarding states.
-
Method Details
-
get
SentinelOnboardingState 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<SentinelOnboardingState> 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.
-
delete
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
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<SentinelOnboardingStatesList> 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.
-
getById
Get Sentinel onboarding state.- Parameters:
id
- the resource ID.- 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.
-
getByIdWithResponse
com.azure.core.http.rest.Response<SentinelOnboardingState> getByIdWithResponse(String id, com.azure.core.util.Context context) Get Sentinel onboarding state.- Parameters:
id
- the resource ID.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.
-
deleteById
Delete Sentinel onboarding state.- Parameters:
id
- the resource ID.- 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<Void> deleteByIdWithResponse(String id, com.azure.core.util.Context context) Delete Sentinel onboarding state.- Parameters:
id
- the resource ID.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.
-
define
Begins definition for a new SentinelOnboardingState resource.- Parameters:
name
- resource name.- Returns:
- the first stage of the new SentinelOnboardingState definition.
-