次の方法で共有


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

任意。 クラウド サービスに対してホストされたサービス プロパティの取得要求を実行するために使用される Service Management API 要求 URI。

(継承元 HostedServiceGetResponse)

適用対象