ComputeManagementClient.HostedServices Property
Gets the IHostedServiceOperations object that contains the operations for managing the cloud services in a subscription.
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public virtual IHostedServiceOperations HostedServices { get; }
public:
property IHostedServiceOperations^ HostedServices {
virtual IHostedServiceOperations^ get();
}
abstract HostedServices : IHostedServiceOperations with get
override HostedServices : IHostedServiceOperations with get
Public Overridable ReadOnly Property HostedServices As IHostedServiceOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations
The IHostedServiceOperations object.
Implements
IComputeManagementClient.HostedServices
Remarks
For more information about managing cloud services, see the following resources:
See Also
ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top