HostedServiceGetExtensionResponse 构造函数 (String)

 

初始化带有所需参数 HostedServiceGetExtensionResponse 类的新实例。

命名空间:   Microsoft.WindowsAzure.Management.Compute.Models
程序集:  Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)

语法

public HostedServiceGetExtensionResponse(
    string type
)
public:
HostedServiceGetExtensionResponse(
    String^ type
)
new : 
        type:string -> HostedServiceGetExtensionResponse
Public Sub New (
    type As String
)

请参阅

HostedServiceGetExtensionResponse 重载
HostedServiceGetExtensionResponse 类
Microsoft.WindowsAzure.Management.Compute.Models 命名空间

返回页首