MockableSecurityInsightsArmClient.GetSecurityInsightsSentinelOnboardingStateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get Sentinel onboarding state.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsSentinelOnboardingStateResource>> GetSecurityInsightsSentinelOnboardingStateAsync(Azure.Core.ResourceIdentifier scope, string sentinelOnboardingStateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsSentinelOnboardingStateAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsSentinelOnboardingStateResource>>
override this.GetSecurityInsightsSentinelOnboardingStateAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsSentinelOnboardingStateResource>>
Public Overridable Function GetSecurityInsightsSentinelOnboardingStateAsync (scope As ResourceIdentifier, sentinelOnboardingStateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.