MockableSecurityCenterResourceGroupResource.GetCustomAssessmentAutomation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET