ResourceExtension 成员
An extension available to add to your virtual machine.
以下各表列出了由 ResourceExtension 类型公开的成员。
公共 构造函数
Name | 说明 | |
---|---|---|
ResourceExtension | Initializes a new instance of the ResourceExtension class. |
返回页首
公共 属性
Name | 说明 | |
---|---|---|
CompanyName | Optional. String property containing the name of the company/organization who publishes the extension. | |
Description | Optional. The description of the extension. | |
DisallowMajorVersionUpgrade | Optional. Boolean property indicating whether the extension allows major version upgrade. | |
Eula | Optional. URI string pointing to the EULA (End User License Agreement) of this version of extension. This is optionally specified by the third-party publishing the extension instead of Azure, at the time of extension creation or update. | |
HomepageUri | Optional. URI string pointing to the homepage of this version of extension. This is optionally specified by the third-party publishing the extension instead of Azure, at the time of extension creation or update. | |
IsInternalExtension | Optional. Boolean property indicating whether the extension is internal or public. | |
IsJsonExtension | Optional. Indicates whether the extension accepts JSON or XML based configuration. If this property is 'true' the extension accepts JSON based configuration. If this property is 'false' the extension accepts XML based configuration. | |
Label | Optional. The label that is used to identify the extension. | |
Name | Optional. The name of the extension. | |
PrivacyUri | Optional. URI string pointing to the privacy document of this version of extension. This is optionally specified by the third-party publishing the extension instead of Azure, at the time of extension creation or update. | |
PrivateConfigurationSchema | Optional. The base64-encoded schema of the private configuration. | |
PublicConfigurationSchema | Optional. The base64-encoded schema of the public configuration. | |
PublishedDate | Optional. Publisher can set it to any arbitrary date, and this is only for display purpose. If not specified by publisher, Azure will automatically assign the UTC time when the extension request was received. | |
Publisher | Optional. The provider namespace of the extension. The provider namespace for Azure extensions is Microsoft.Compute. | |
ReplicationCompleted | Optional. Indicates whether this version of extension has been replicated to all regions or not. If true, then the given extension version can be used in creating or updating deployments. Otherwise, the given extension version might cause failure in creating or updating deployments. The typical time is 20 minutes for a newly-registered or newly-updated extension to replicate completely by Azure. | |
SampleConfig | Optional. A sample configuration file for the resource extension. | |
SupportedOS | Optional. String property indicating the OS which the extension supports. Current values are 'Windows' or 'Linux'. | |
Version | Optional. The version of the extension. |
返回页首
公共 方法
(另请参见 受保护 方法)
Name | 说明 | |
---|---|---|
Equals | (继承自 Object) | |
GetHashCode | (继承自 Object) | |
GetType | (继承自 Object) | |
ToString | (继承自 Object) |
返回页首
受保护 方法
Name | 说明 | |
---|---|---|
Finalize | (继承自 Object) | |
MemberwiseClone | (继承自 Object) |
返回页首
另请参阅
参考
ResourceExtension 类
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineExtensionListResponse 命名空间