共用方式為


HostedServiceOperationsExtensions.GetDetailedAsync Method

Definition

The Get Detailed Hosted Service Properties operation retrieves system properties for the specified cloud service. These properties include the service name and service type; the name of the affinity group to which the service belongs, or its location if it is not part of an affinity group; and information on the deployments of the service. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460806.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse> GetDetailedAsync (this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member GetDetailedAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponse>
<Extension()>
Public Function GetDetailedAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of HostedServiceGetDetailedResponse)

Parameters

operations
IHostedServiceOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations.

serviceName
String

Required. The name of the cloud service.

Returns

The detailed Get Hosted Service operation response.

Applies to