ComputeManagementClient::HostedServices Property
Gets the IHostedServiceOperations object that contains the operations for managing the cloud services in a subscription.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IHostedServiceOperations^ HostedServices { virtual IHostedServiceOperations^ get(); }
Property Value
Type: Microsoft.WindowsAzure.Management.Compute::IHostedServiceOperations^The IHostedServiceOperations object.
Implements
IComputeManagementClient::HostedServicesFor more information about managing cloud services, see the following resources:
Show: