Interface SqlPoolVulnerabilityAssessment


  • public interface SqlPoolVulnerabilityAssessment
    An immutable client-side representation of SqlPoolVulnerabilityAssessment.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • storageContainerPath

        String storageContainerPath()
        Gets 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.
        Returns:
        the storageContainerPath value.
      • storageContainerSasKey

        String storageContainerSasKey()
        Gets 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.
        Returns:
        the storageContainerSasKey value.
      • storageAccountAccessKey

        String storageAccountAccessKey()
        Gets the storageAccountAccessKey property: Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required.
        Returns:
        the storageAccountAccessKey value.
      • innerModel

        SqlPoolVulnerabilityAssessmentInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.SqlPoolVulnerabilityAssessmentInner object.
        Returns:
        the inner object.
      • refresh

        SqlPoolVulnerabilityAssessment refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.