MockableSecurityInsightsArmClient.GetSecurityInsightsSourceControl Method

Definition

Gets a source control byt its identifier.

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

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

sourceControlId
String

Source control Id.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

sourceControlId is null.

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

Applies to