ManagedInstanceVulnerabilityAssessmentInner 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 managed instance vulnerability assessment.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedInstanceVulnerabilityAssessmentInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedInstanceVulnerabilityAssessmentInner = class
inherit ProxyResourceInner
Public Class ManagedInstanceVulnerabilityAssessmentInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
ManagedInstanceVulnerabilityAssessmentInner() |
Initializes a new instance of the ManagedInstanceVulnerabilityAssessmentInner class. |
ManagedInstanceVulnerabilityAssessmentInner(String, String, String, String, String, String, VulnerabilityAssessmentRecurringScansProperties) |
Initializes a new instance of the ManagedInstanceVulnerabilityAssessmentInner 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