HostedServiceOperationsExtensions.GetDetailed Method (IHostedServiceOperations, String)
Retrieves a more detailed listing of system properties for the specified cloud service.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function GetDetailed ( operations As IHostedServiceOperations, serviceName As String ) As HostedServiceGetDetailedResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations
The IHostedServiceOperations object that specifies the cloud service operations.
- serviceName
-
Type:
System.String
The name of the cloud service for which information should be retrieved.
Return Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceGetDetailedResponseThe HostedServiceGetDetailedResponse object that contains the detailed information about the 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 additional information about the deployments of the service.
For more information about retrieving cloud service information, see the following resources:
Show: