Interface ServerVulnerabilityAssessment.DefinitionStages.WithStorageContainerPath

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

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

    • withStorageContainerPath

      ServerVulnerabilityAssessment.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/)..
      Parameters:
      storageContainerPath - A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).
      Returns:
      the next definition stage.