ResourceExtensionReference 成员
Specifies the properties of a resource extension that should be installed on the Virtual Machine.
以下各表列出了由 ResourceExtensionReference 类型公开的成员。
公共 构造函数
Name | 说明 | |
---|---|---|
ResourceExtensionReference | Initializes a new instance of the ResourceExtensionReference class. |
返回页首
公共 属性
Name | 说明 | |
---|---|---|
Name | Optional. Specifies the name of the resource extension. You can use List Resource Extensions to find the names of available resource extensions. | |
Publisher | Optional. Specifies the name of the publisher who created the resource extension. You can use List Resource Extensions to find the publisher name of a resource extension. | |
ReferenceName | Optional. Specifies the reference name of the resource extension. | |
ResourceExtensionParameterValues | Optional. Contains a collection of parameters that are passed to the resource extension when it is installed. | |
State | Optional. Specifies the state of the resource extension.Possible values are: Enable | Disable. The default value is Enable. | |
Version | Optional. Specifies the version of the resource extension. You can use List Resource Extension Versions to find the version of the resource extension. |
返回页首
公共 方法
(另请参见 受保护 方法)
Name | 说明 | |
---|---|---|
Equals | (继承自 Object) | |
GetHashCode | (继承自 Object) | |
GetType | (继承自 Object) | |
ToString | (继承自 Object) |
返回页首
受保护 方法
Name | 说明 | |
---|---|---|
Finalize | (继承自 Object) | |
MemberwiseClone | (继承自 Object) |
返回页首
另请参阅
参考
ResourceExtensionReference 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间