ManagementClient Class

Definition

The Service Management API provides programmatic access to much of the functionality available through the Management Portal. The Service Management API is a REST API. All API operations are performed over SSL and are mutually authenticated using X.509 v3 certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)

public class ManagementClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.ManagementClient>, IDisposable, Microsoft.WindowsAzure.Management.IManagementClient
type ManagementClient = class
    inherit ServiceClient<ManagementClient>
    interface IManagementClient
    interface IDisposable
Public Class ManagementClient
Inherits ServiceClient(Of ManagementClient)
Implements IDisposable, IManagementClient
Inheritance
Hyak.Common.ServiceClient<ManagementClient>
ManagementClient
Implements

Constructors

ManagementClient()

Initializes a new instance of the ManagementClient class.

ManagementClient(HttpClient)

Initializes a new instance of the ManagementClient class.

ManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the ManagementClient class.

ManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the ManagementClient class.

ManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the ManagementClient class.

ManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the ManagementClient class.

Properties

AffinityGroups

Operations for managing affinity groups in your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460798.aspx for more information)

ApiVersion

Gets the API version.

BaseUri

Gets the URI used as the base for all cloud service requests.

Credentials

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Locations

The Service Management API includes operations for listing the available data center locations for a hosted service in your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441299.aspx for more information)

LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

ManagementCertificates

You can use management certificates, which are also known as subscription certificates, to authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154124.aspx for more information)

RoleSizes

The Service Management API includes operations for listing the available role sizes for VMs in your subscription.

Subscriptions

Operations for listing subscription details. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg715315.aspx for more information)

SubscriptionServicePrincipals

Operations for managing service principals for your subscription.

Methods

Clone(ServiceClient<ManagementClient>)

Clones properties from current instance to another ManagementClient instance

GetOperationStatusAsync(String, CancellationToken)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

Extension Methods

GetOperationStatus(IManagementClient, String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

GetOperationStatusAsync(IManagementClient, String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

Applies to