Interface ServerVulnerabilityAssessment.UpdateStages.WithStorageContainerSasKey

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

public static interface ServerVulnerabilityAssessment.UpdateStages.WithStorageContainerSasKey
The stage of the ServerVulnerabilityAssessment 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 read and write access to the blob container specified in 'storageContainerPath' parameter.
  • Method Details

    • withStorageContainerSasKey

      ServerVulnerabilityAssessment.Update withStorageContainerSasKey(String storageContainerSasKey)
      Specifies the storageContainerSasKey property: A shared access signature (SAS Key) that has read and 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 read and write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required.
      Returns:
      the next definition stage.