ServerVulnerabilityAssessmentInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A server vulnerability assessment.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerVulnerabilityAssessmentInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerVulnerabilityAssessmentInner = class
inherit ProxyResourceInner
Public Class ServerVulnerabilityAssessmentInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
ServerVulnerabilityAssessmentInner() |
Initializes a new instance of the ServerVulnerabilityAssessmentInner class. |
ServerVulnerabilityAssessmentInner(String, String, String, String, String, String, VulnerabilityAssessmentRecurringScansProperties) |
Initializes a new instance of the ServerVulnerabilityAssessmentInner class. |
Properties
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
RecurringScans |
Gets or sets the recurring scans settings |
StorageAccountAccessKey |
Gets or sets specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. |
StorageContainerPath |
Gets or sets a blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/). |
StorageContainerSasKey |
Gets or sets 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. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET