HostedServiceGetDetailedResponse Class

Definition

The detailed Get Hosted Service operation response.

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

Constructors

HostedServiceGetDetailedResponse()

Initializes a new instance of the HostedServiceGetDetailedResponse class.

Properties

ComputeCapabilities

Optional. The compute capabilities in this hosted service.

(Inherited from HostedServiceGetResponse)
Deployments

Optional. The deployments that exist in the cloud service.

Properties

Optional. The properties that are assigned to the cloud service.

(Inherited from HostedServiceGetResponse)
ServiceName

Optional. The name of the cloud service. This name is the DNS prefix name and can be used to access the cloud service. For example, if the cloud service name is MyService you could access the access the cloud service by calling: http://MyService.cloudapp.net.

(Inherited from HostedServiceGetResponse)
Uri

Optional. The Service Management API request URI used to perform Get Hosted Service Properties requests against the cloud service.

(Inherited from HostedServiceGetResponse)

Applies to