IComputeManagementClient.HostedServices Property
Gets 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
IHostedServiceOperations HostedServices { get; }
property IHostedServiceOperations^ HostedServices {
IHostedServiceOperations^ get();
}
abstract HostedServices : IHostedServiceOperations with get
ReadOnly Property HostedServices As IHostedServiceOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations
The operations for managing cloud services.
Remarks
For more information about managing cloud services, see the following resources:
See Also
IComputeManagementClient Interface
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top