你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HostedServiceGetExtensionResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取扩展操作响应。
public class HostedServiceGetExtensionResponse : Microsoft.Azure.AzureOperationResponse
type HostedServiceGetExtensionResponse = class
inherit AzureOperationResponse
Public Class HostedServiceGetExtensionResponse
Inherits AzureOperationResponse
- 继承
-
Microsoft.Azure.AzureOperationResponseHostedServiceGetExtensionResponse
构造函数
HostedServiceGetExtensionResponse() |
初始化 HostedServiceGetExtensionResponse 类的新实例。 |
HostedServiceGetExtensionResponse(String) |
使用所需参数初始化 HostedServiceGetExtensionResponse 类的新实例。 |
属性
Id |
可选。 扩展的标识符。 |
ProviderNamespace |
可选。 扩展的提供程序命名空间。 Azure 扩展的提供程序命名空间是 Microsoft.Windows.Azure.Extensions。 |
PublicConfiguration |
可选。 使用“列出可用扩展”操作返回的架构定义的公共配置。 |
Thumbprint |
可选。 用于加密 PrivateConfiguration 中指定的配置的证书的指纹。 如果未指定此元素,可能自动生成一个证书并将它添加到云服务。 |
ThumbprintAlgorithm |
可选。 证书的指纹算法,用于加密 PrivateConfiguration 中指定的配置。 |
Type |
必需。 扩展的类型。 |
Version |
可选。 扩展的版本。 |