你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HostedServiceGetDetailedResponse 类

定义

详细的获取托管服务操作响应。

public class HostedServiceGetDetailedResponse : Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetResponse
type HostedServiceGetDetailedResponse = class
    inherit HostedServiceGetResponse
Public Class HostedServiceGetDetailedResponse
Inherits HostedServiceGetResponse
继承
Microsoft.Azure.AzureOperationResponse
HostedServiceGetDetailedResponse

构造函数

HostedServiceGetDetailedResponse()

初始化 HostedServiceGetDetailedResponse 类的新实例。

属性

ComputeCapabilities

可选。 此托管服务中的计算功能。

(继承自 HostedServiceGetResponse)
Deployments

可选。 云服务中存在的部署。

Properties

可选。 分配给云服务的属性。

(继承自 HostedServiceGetResponse)
ServiceName

可选。 云服务的名称。 此名称是 DNS 前缀名称,可用于访问云服务。 例如,如果云服务名称为 MyService,则可以通过调用 来访问云服务: http://MyService.cloudapp.net

(继承自 HostedServiceGetResponse)
Uri

可选。 用于针对云服务执行“获取托管服务属性”请求的服务管理 API 请求 URI。

(继承自 HostedServiceGetResponse)

适用于