SqlVulnerabilityAssessmentBaselineRuleCollection Class
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.
A class representing a collection of SqlVulnerabilityAssessmentBaselineRuleResource and their operations. Each SqlVulnerabilityAssessmentBaselineRuleResource in the collection will belong to the same instance of ArmResource. To get a SqlVulnerabilityAssessmentBaselineRuleCollection instance call the GetSqlVulnerabilityAssessmentBaselineRules method from an instance of ArmResource.
public class SqlVulnerabilityAssessmentBaselineRuleCollection : Azure.ResourceManager.ArmCollection
type SqlVulnerabilityAssessmentBaselineRuleCollection = class
inherit ArmCollection
Public Class SqlVulnerabilityAssessmentBaselineRuleCollection
Inherits ArmCollection
- Inheritance
Constructors
SqlVulnerabilityAssessmentBaselineRuleCollection() |
Initializes a new instance of the SqlVulnerabilityAssessmentBaselineRuleCollection class for mocking. |
Properties
Client |
Gets the ArmClient this resource client was created from. (Inherited from ArmCollection) |
Diagnostics |
Gets the diagnostic options for this resource client. (Inherited from ArmCollection) |
Endpoint |
Gets the base uri for this resource client. (Inherited from ArmCollection) |
Id |
Gets the resource identifier. (Inherited from ArmCollection) |
Pipeline |
Gets the pipeline for this resource client. (Inherited from ArmCollection) |
Methods
AddRules(Guid, RulesResultsContent, CancellationToken) |
Add a list of baseline rules. Will overwrite any previously existing results (for all rules).
|
AddRulesAsync(Guid, RulesResultsContent, CancellationToken) |
Add a list of baseline rules. Will overwrite any previously existing results (for all rules).
|
CreateOrUpdate(WaitUntil, String, Guid, SqlVulnerabilityAssessmentBaselineRuleCreateOrUpdateContent, CancellationToken) |
Creates a Baseline for a rule in a database. Will overwrite any previously existing results.
|
CreateOrUpdateAsync(WaitUntil, String, Guid, SqlVulnerabilityAssessmentBaselineRuleCreateOrUpdateContent, CancellationToken) |
Creates a Baseline for a rule in a database. Will overwrite any previously existing results.
|
Exists(String, Guid, CancellationToken) |
Checks to see if the resource exists in azure.
|
ExistsAsync(String, Guid, CancellationToken) |
Checks to see if the resource exists in azure.
|
Get(String, Guid, CancellationToken) |
Gets the results for a given rule in the Baseline.
|
GetAll(Guid, CancellationToken) |
Gets the results for all rules in the Baseline.
|
GetAllAsync(Guid, CancellationToken) |
Gets the results for all rules in the Baseline.
|
GetAsync(String, Guid, CancellationToken) |
Gets the results for a given rule in the Baseline.
|
GetIfExists(String, Guid, CancellationToken) |
Tries to get details for this resource from the service.
|
GetIfExistsAsync(String, Guid, CancellationToken) |
Tries to get details for this resource from the service.
|
TryGetApiVersion(ResourceType, String) |
Gets the api version override if it has been set for the current client options. (Inherited from ArmCollection) |
Applies to
Azure SDK for .NET