Share via


CloudServiceManagementClient.CloudServices Property

 

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

Syntax

public virtual ICloudServiceOperations CloudServices { get; }
public:
property ICloudServiceOperations^ CloudServices {
    virtual ICloudServiceOperations^ get();
}
abstract CloudServices : ICloudServiceOperations with get
override CloudServices : ICloudServiceOperations with get
Public Overridable ReadOnly Property CloudServices As ICloudServiceOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Scheduler.ICloudServiceOperations

Implements

ICloudServiceManagementClient.CloudServices

See Also

CloudServiceManagementClient Class
Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top