Interface SqlPoolVulnerabilityAssessment.UpdateStages.WithStorageContainerSasKey

All Known Subinterfaces:
SqlPoolVulnerabilityAssessment.Update
Enclosing interface:
SqlPoolVulnerabilityAssessment.UpdateStages

public static interface SqlPoolVulnerabilityAssessment.UpdateStages.WithStorageContainerSasKey
The stage of the SqlPoolVulnerabilityAssessment update allowing to specify storageContainerSasKey.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • withStorageContainerSasKey

      SqlPoolVulnerabilityAssessment.Update 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.