SqlPoolVulnerabilityAssessmentRuleBaselinesOperationsExtensions.GetAsync 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 SqlPool's vulnerability assessment rule baseline.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SqlPoolVulnerabilityAssessmentRuleBaseline> GetAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolVulnerabilityAssessmentRuleBaselinesOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string ruleId, Microsoft.Azure.Management.Synapse.Models.VulnerabilityAssessmentPolicyBaselineName baselineName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.ISqlPoolVulnerabilityAssessmentRuleBaselinesOperations * string * string * string * string * Microsoft.Azure.Management.Synapse.Models.VulnerabilityAssessmentPolicyBaselineName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.SqlPoolVulnerabilityAssessmentRuleBaseline>
<Extension()>
Public Function GetAsync (operations As ISqlPoolVulnerabilityAssessmentRuleBaselinesOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, ruleId As String, baselineName As VulnerabilityAssessmentPolicyBaselineName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SqlPoolVulnerabilityAssessmentRuleBaseline)
Parameters
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- workspaceName
- String
The name of the workspace
- sqlPoolName
- String
SQL pool name
- ruleId
- String
The vulnerability assessment rule ID.
- baselineName
- VulnerabilityAssessmentPolicyBaselineName
The name of the vulnerability assessment rule baseline (default implies a baseline on a Sql pool level rule and master for server level rule). Possible values include: 'master', 'default'
- cancellationToken
- CancellationToken
The cancellation token.