public class ServerVulnerabilityAssessmentInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ServerVulnerabilityAssessmentInner() |
| Modifier and Type | Method and Description |
|---|---|
VulnerabilityAssessmentRecurringScansProperties |
recurringScans()
Get the recurringScans property: The recurring scans settings.
|
String |
storageAccountAccessKey()
Get the storageAccountAccessKey property: Specifies the identifier key of the storage account for vulnerability
assessment scan results.
|
String |
storageContainerPath()
Get the storageContainerPath property: A blob storage container path to hold the scan results (e.g.
|
String |
storageContainerSasKey()
Get the storageContainerSasKey property: A shared access signature (SAS Key) that has read and write access to
the blob container specified in 'storageContainerPath' parameter.
|
void |
validate()
Validates the instance.
|
ServerVulnerabilityAssessmentInner |
withRecurringScans(VulnerabilityAssessmentRecurringScansProperties recurringScans)
Set the recurringScans property: The recurring scans settings.
|
ServerVulnerabilityAssessmentInner |
withStorageAccountAccessKey(String storageAccountAccessKey)
Set the storageAccountAccessKey property: Specifies the identifier key of the storage account for vulnerability
assessment scan results.
|
ServerVulnerabilityAssessmentInner |
withStorageContainerPath(String storageContainerPath)
Set the storageContainerPath property: A blob storage container path to hold the scan results (e.g.
|
ServerVulnerabilityAssessmentInner |
withStorageContainerSasKey(String storageContainerSasKey)
Set the storageContainerSasKey property: A shared access signature (SAS Key) that has read and write access to
the blob container specified in 'storageContainerPath' parameter.
|
public String storageContainerPath()
public ServerVulnerabilityAssessmentInner withStorageContainerPath(String storageContainerPath)
storageContainerPath - the storageContainerPath value to set.public String storageContainerSasKey()
public ServerVulnerabilityAssessmentInner withStorageContainerSasKey(String storageContainerSasKey)
storageContainerSasKey - the storageContainerSasKey value to set.public String storageAccountAccessKey()
public ServerVulnerabilityAssessmentInner withStorageAccountAccessKey(String storageAccountAccessKey)
storageAccountAccessKey - the storageAccountAccessKey value to set.public VulnerabilityAssessmentRecurringScansProperties recurringScans()
public ServerVulnerabilityAssessmentInner withRecurringScans(VulnerabilityAssessmentRecurringScansProperties recurringScans)
recurringScans - the recurringScans value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.