Language

MockableSecurityInsightsArmClient.GetSecurityInsightsSentinelOnboardingState Method

Definition

Get Sentinel onboarding state.

public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsSentinelOnboardingStateResource> GetSecurityInsightsSentinelOnboardingState(Azure.Core.ResourceIdentifier scope, string sentinelOnboardingStateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsSentinelOnboardingState : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsSentinelOnboardingStateResource>
override this.GetSecurityInsightsSentinelOnboardingState : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsSentinelOnboardingStateResource>
Public Overridable Function GetSecurityInsightsSentinelOnboardingState (scope As ResourceIdentifier, sentinelOnboardingStateName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityInsightsSentinelOnboardingStateResource)

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

sentinelOnboardingStateName
String

The Sentinel onboarding state name. Supports - default.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

sentinelOnboardingStateName is null.

sentinelOnboardingStateName is an empty string, and was expected to be non-empty.

Applies to