ManagementClient Class
Represents the operations that are used to manage cloud service operations.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Usage
'Usage
Dim instance As ManagementClient
Syntax
'Declaration
Public Class ManagementClient
Inherits ServiceClient(Of ManagementClient)
Implements IManagementClient, IDisposable
public class ManagementClient : ServiceClient<ManagementClient>, IManagementClient, IDisposable
public ref class ManagementClient : public ServiceClient<ManagementClient^>, IManagementClient, IDisposable
public class ManagementClient extends ServiceClient<ManagementClient> implements IManagementClient, IDisposable
public class ManagementClient extends ServiceClient<ManagementClient> implements IManagementClient, IDisposable
Inheritance Hierarchy
System.Object
Hyak.Common.ServiceClient
Microsoft.WindowsAzure.Management.ManagementClient
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ManagementClient Members
Microsoft.WindowsAzure.Management Namespace