HostedServiceOperationsExtensions.List Method
Lists the cloud services in a subscription.
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim operations As IHostedServiceOperations
Dim returnValue As HostedServiceListResponse
returnValue = HostedServiceOperationsExtensions.List(operations)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function List ( _
operations As IHostedServiceOperations _
) As HostedServiceListResponse
[ExtensionAttribute]
public static HostedServiceListResponse List (
IHostedServiceOperations operations
)
[ExtensionAttribute]
public:
static HostedServiceListResponse^ List (
IHostedServiceOperations^ operations
)
/** @attribute ExtensionAttribute() */
public static HostedServiceListResponse List (
IHostedServiceOperations operations
)
ExtensionAttribute
public static function List (
operations : IHostedServiceOperations
) : HostedServiceListResponse
Parameters
- operations
The IHostedServiceOperations object that specifies the cloud service operations.
Return Value
The HostedServiceListResponse object that contains a list of cloud services in a subscription.
Remarks
For more information about listing cloud services, see the following resources:
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
HostedServiceOperationsExtensions Class
HostedServiceOperationsExtensions Members
Microsoft.WindowsAzure.Management.Compute Namespace