Share via


CustomAssessmentAutomationCollection.GetAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>> GetAsync (string customAssessmentAutomationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.CustomAssessmentAutomationResource>>
Public Overridable Function GetAsync (customAssessmentAutomationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CustomAssessmentAutomationResource))

Parameters

customAssessmentAutomationName
String

Name of the Custom Assessment Automation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

customAssessmentAutomationName is null.

Applies to