CloudServiceOperationsExtensions::GetAsync Method (ICloudServiceOperations^, String^)

 

Retreive a cloud service.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

public:
[ExtensionAttribute]
static Task<CloudServiceGetResponse^>^ GetAsync(
	ICloudServiceOperations^ operations,
	String^ cloudServiceName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Scheduler::ICloudServiceOperations^

Reference to the Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations.

cloudServiceName
Type: System::String^

Required. The cloud service name.

Return Value

Type: System.Threading.Tasks::Task<CloudServiceGetResponse^>^

Information about a retrieved Cloud Service.

Return to top
Show: