Interface SqlPoolVulnerabilityAssessment.DefinitionStages.WithStorageContainerPath

All Known Subinterfaces:
SqlPoolVulnerabilityAssessment.Definition, SqlPoolVulnerabilityAssessment.DefinitionStages.WithCreate
Enclosing interface:
SqlPoolVulnerabilityAssessment.DefinitionStages

public static interface SqlPoolVulnerabilityAssessment.DefinitionStages.WithStorageContainerPath
The stage of the SqlPoolVulnerabilityAssessment definition allowing to specify storageContainerPath.
  • Method Details

    • withStorageContainerPath

      SqlPoolVulnerabilityAssessment.DefinitionStages.WithCreate withStorageContainerPath(String storageContainerPath)
      Specifies the storageContainerPath property: A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/). It is required if server level vulnerability assessment policy doesn't set.
      Parameters:
      storageContainerPath - A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/). It is required if server level vulnerability assessment policy doesn't set.
      Returns:
      the next definition stage.