Share via


CloudServiceOperationsExtensions.Get Method (ICloudServiceOperations, String)

 

Retreive a cloud service.

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

Syntax

public static CloudServiceGetResponse Get(
    this ICloudServiceOperations operations,
    string cloudServiceName
)
public:
[ExtensionAttribute]
static CloudServiceGetResponse^ Get(
    ICloudServiceOperations^ operations,
    String^ cloudServiceName
)
static member Get : 
        operations:ICloudServiceOperations *
        cloudServiceName:string -> CloudServiceGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As ICloudServiceOperations,
    cloudServiceName As String
) As CloudServiceGetResponse

Parameters

  • cloudServiceName
    Type: System.String

    Required. The cloud service name.

Return Value

Type: Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse

Information about a retrieved Cloud Service.

See Also

CloudServiceOperationsExtensions Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top