你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Extension 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 plan's extension properties
public class Extension
type Extension = class
Public Class Extension
- Inheritance
-
Extension
Constructors
Extension() |
Initializes a new instance of the Extension class. |
Extension(String, String, IDictionary<String,Object>, OperationStatus) |
Initializes a new instance of the Extension class. |
Properties
AdditionalExtensionProperties |
Gets or sets property values associated with the extension. |
IsEnabled |
Gets or sets indicates whether the extension is enabled. Possible values include: 'True', 'False' |
Name |
Gets or sets the extension name. Supported values are: <br><br>AgentlessDiscoveryForKubernetes - API-based discovery of information about Kubernetes cluster architecture, workload objects, and setup. Required for Kubernetes inventory, identity and network exposure detection, attack path analysis and risk hunting as part of the cloud security explorer. Available for CloudPosture plan.<br><br>OnUploadMalwareScanning - Limits the GB to be scanned per month for each storage account within the subscription. Once this limit reached on a given storage account, Blobs won't be scanned during current calendar month. Available for StorageAccounts plan.<br><br>SensitiveDataDiscovery - Sensitive data discovery identifies Blob storage container with sensitive data such as credentials, credit cards, and more, to help prioritize and investigate security events. Available for StorageAccounts and CloudPosture plans.<br><br>ContainerRegistriesVulnerabilityAssessments - Provides vulnerability management for images stored in your container registries. Available for CloudPosture and Containers plans. |
OperationStatus |
Gets optional. A status describing the success/failure of the extension's enablement/disablement operation. |
Methods
Validate() |
Validate the object. |