CustomAssessmentAutomationCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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