MockableSecurityCenterArmClient.GetSecurityConnectorApplication Method

Definition

Get a specific application for the requested scope by applicationId.

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

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

applicationId
String

The security Application key - unique key for the standard application.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

applicationId is null.

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

Applies to