Share via


MockableSecurityCenterResourceGroupResource.GetCustomAssessmentAutomation Method

Definition

Gets a single custom assessment automation by name for the provided subscription and resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customAssessmentAutomations/{customAssessmentAutomationName}
  • Operation Id: CustomAssessmentAutomations_Get
  • Default Api Version: 2021-07-01-preview
  • Resource: CustomAssessmentAutomationResource
public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource> GetCustomAssessmentAutomation (string customAssessmentAutomationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCustomAssessmentAutomation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>
override this.GetCustomAssessmentAutomation : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>
Public Overridable Function GetCustomAssessmentAutomation (customAssessmentAutomationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CustomAssessmentAutomationResource)

Parameters

customAssessmentAutomationName
String

Name of the Custom Assessment Automation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

customAssessmentAutomationName is null.

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

Applies to