Class ManagedInstanceVulnerabilityAssessmentInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.ManagedInstanceVulnerabilityAssessmentInner
public final class ManagedInstanceVulnerabilityAssessmentInner
extends com.azure.core.management.ProxyResource
A managed instance vulnerability assessment.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedInstanceVulnerabilityAssessmentInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the recurringScans property: The recurring scans settings.Get the storageAccountAccessKey property: Specifies the identifier key of the storage account for vulnerability assessment scan results.Get the storageContainerPath property: A blob storage container path to hold the scan results (e.g.Get the storageContainerSasKey property: A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter.voidvalidate()Validates the instance.withRecurringScans(VulnerabilityAssessmentRecurringScansProperties recurringScans) Set the recurringScans property: The recurring scans settings.withStorageAccountAccessKey(String storageAccountAccessKey) Set the storageAccountAccessKey property: Specifies the identifier key of the storage account for vulnerability assessment scan results.withStorageContainerPath(String storageContainerPath) Set the storageContainerPath property: A blob storage container path to hold the scan results (e.g.withStorageContainerSasKey(String storageContainerSasKey) Set the storageContainerSasKey property: A shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ManagedInstanceVulnerabilityAssessmentInner
public ManagedInstanceVulnerabilityAssessmentInner()Creates an instance of ManagedInstanceVulnerabilityAssessmentInner class.
-
-
Method Details
-
storageContainerPath
Get the storageContainerPath property: A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).- Returns:
- the storageContainerPath value.
-
withStorageContainerPath
public ManagedInstanceVulnerabilityAssessmentInner withStorageContainerPath(String storageContainerPath) Set the storageContainerPath property: A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).- Parameters:
storageContainerPath- the storageContainerPath value to set.- Returns:
- the ManagedInstanceVulnerabilityAssessmentInner object itself.
-
storageContainerSasKey
Get 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. Applies only if the storage account is not behind a Vnet or a firewall.- Returns:
- the storageContainerSasKey value.
-
withStorageContainerSasKey
public ManagedInstanceVulnerabilityAssessmentInner withStorageContainerSasKey(String storageContainerSasKey) Set 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. Applies only if the storage account is not behind a Vnet or a firewall.- Parameters:
storageContainerSasKey- the storageContainerSasKey value to set.- Returns:
- the ManagedInstanceVulnerabilityAssessmentInner object itself.
-
storageAccountAccessKey
Get the storageAccountAccessKey property: Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall.- Returns:
- the storageAccountAccessKey value.
-
withStorageAccountAccessKey
public ManagedInstanceVulnerabilityAssessmentInner withStorageAccountAccessKey(String storageAccountAccessKey) Set the storageAccountAccessKey property: Specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. Applies only if the storage account is not behind a Vnet or a firewall.- Parameters:
storageAccountAccessKey- the storageAccountAccessKey value to set.- Returns:
- the ManagedInstanceVulnerabilityAssessmentInner object itself.
-
recurringScans
Get the recurringScans property: The recurring scans settings.- Returns:
- the recurringScans value.
-
withRecurringScans
public ManagedInstanceVulnerabilityAssessmentInner withRecurringScans(VulnerabilityAssessmentRecurringScansProperties recurringScans) Set the recurringScans property: The recurring scans settings.- Parameters:
recurringScans- the recurringScans value to set.- Returns:
- the ManagedInstanceVulnerabilityAssessmentInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-