SecurityAutomationResource.Validate 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.
Validates the security automation model before create or update. Any validation errors are returned to the client.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/automations/{automationName}/validate
- Operation Id: Automations_Validate
- Default Api Version: 2019-01-01-preview
- Resource: SecurityAutomationResource
public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationValidationStatus> Validate (Azure.ResourceManager.SecurityCenter.SecurityAutomationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Validate : Azure.ResourceManager.SecurityCenter.SecurityAutomationData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationValidationStatus>
override this.Validate : Azure.ResourceManager.SecurityCenter.SecurityAutomationData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecurityAutomationValidationStatus>
Public Overridable Function Validate (data As SecurityAutomationData, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityAutomationValidationStatus)
Parameters
The security automation resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
data
is null.
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