CloudServiceManagementClient Class

 

Namespace:   Microsoft.WindowsAzure.Management.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Inheritance Hierarchy

System.Object
  Hyak.Common.ServiceClient<T>
    Microsoft.WindowsAzure.Management.Scheduler.CloudServiceManagementClient

Syntax

public class CloudServiceManagementClient : ServiceClient<CloudServiceManagementClient>, 
    ICloudServiceManagementClient, IDisposable
public ref class CloudServiceManagementClient : ServiceClient<CloudServiceManagementClient^>, 
    ICloudServiceManagementClient, IDisposable
type CloudServiceManagementClient = 
    class
        inherit ServiceClient<CloudServiceManagementClient>
        interface ICloudServiceManagementClient
        interface IDisposable
    end
Public Class CloudServiceManagementClient
    Inherits ServiceClient(Of CloudServiceManagementClient)
    Implements ICloudServiceManagementClient, IDisposable

Constructors

Name Description
System_CAPS_pubmethod CloudServiceManagementClient()

Initializes a new instance of the CloudServiceManagementClient class.

System_CAPS_pubmethod CloudServiceManagementClient(HttpClient)

Initializes a new instance of the CloudServiceManagementClient class.

System_CAPS_pubmethod CloudServiceManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the CloudServiceManagementClient class.

System_CAPS_pubmethod CloudServiceManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the CloudServiceManagementClient class.

System_CAPS_pubmethod CloudServiceManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the CloudServiceManagementClient class.

System_CAPS_pubmethod CloudServiceManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the CloudServiceManagementClient class.

Properties

Name Description
System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty BaseUri

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

System_CAPS_pubproperty CloudServices

System_CAPS_pubproperty Credentials

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

System_CAPS_pubproperty HttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protproperty HttpMessageHandler

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubproperty LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubproperty UserAgent

(Inherited from ServiceClient<T>.)

Methods

Name Description
System_CAPS_pubmethod AddHandlerToPipeline(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod Clone(ServiceClient<CloudServiceManagementClient>)

Clones properties from current instance to another CloudServiceManagementClient instance(Overrides ServiceClient<T>.Clone(ServiceClient<T>).)

System_CAPS_pubmethod Dispose()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod EntitleResourceAsync(EntitleResourceParameters, CancellationToken)

EntitleResource is used only for 3rd party Store providers. Each subscription must be entitled for the resource before creating that particular type of resource.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetHttpPipeline()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod GetOperationStatusAsync(String, CancellationToken)

The Get Operation Status operation returns the status of thespecified 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 https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod InitializeHttpClient(HttpMessageHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetRetryPolicy(RetryPolicy)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WithHandler(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod WithHandler(ServiceClient<T>, DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod WithHandlers(IEnumerable<DelegatingHandler>)

(Inherited from ServiceClient<T>.)

Extension Methods

Name Description
System_CAPS_pubmethod EntitleResource(EntitleResourceParameters)

EntitleResource is used only for 3rd party Store providers. Each subscription must be entitled for the resource before creating that particular type of resource.(Defined by CloudServiceManagementClientExtensions.)

System_CAPS_pubmethod EntitleResourceAsync(EntitleResourceParameters)

EntitleResource is used only for 3rd party Store providers. Each subscription must be entitled for the resource before creating that particular type of resource.(Defined by CloudServiceManagementClientExtensions.)

System_CAPS_pubmethod GetOperationStatus(String)

The Get Operation Status operation returns the status of thespecified 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 https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)(Defined by CloudServiceManagementClientExtensions.)

System_CAPS_pubmethod GetOperationStatusAsync(String)

The Get Operation Status operation returns the status of thespecified 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 https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)(Defined by CloudServiceManagementClientExtensions.)

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.

See Also

Microsoft.WindowsAzure.Management.Scheduler Namespace

Return to top