CloudServiceOperationsExtensions.List Method (ICloudServiceOperations)
Retrieve a list of Cloud services (see https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static CloudServiceListResponse List(
this ICloudServiceOperations operations
)
public:
[ExtensionAttribute]
static CloudServiceListResponse^ List(
ICloudServiceOperations^ operations
)
static member List :
operations:ICloudServiceOperations -> CloudServiceListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As ICloudServiceOperations
) As CloudServiceListResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperationsReference to the Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.CloudServiceListResponse
The response model for the list cloud service operation.
See Also
CloudServiceOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top