Interface SqlPoolVulnerabilityAssessment.DefinitionStages.WithStorageContainerSasKey

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

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

    • withStorageContainerSasKey

      SqlPoolVulnerabilityAssessment.DefinitionStages.WithCreate withStorageContainerSasKey(String storageContainerSasKey)
      Specifies the storageContainerSasKey property: A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required..
      Parameters:
      storageContainerSasKey - A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required.
      Returns:
      the next definition stage.