Microsoft.WindowsAzure Namespace

 

The Microsoft.WindowsAzure namespace provides infrastructure for building, deploying and managing services through a global network of Microsoft-managed datacenters. It is part of the Service Management deployment model.

Classes

Class Description
System_CAPS_pubclass AnonymousCloudCredentials

Class for token based credentials associated with a particular subscription.

System_CAPS_pubclass BasicAuthenticationCloudCredentials

System_CAPS_pubclass CertificateCloudCredentials

Represents the credentials that are used to authorize requests.

System_CAPS_pubclass ClientRequestTrackingHandler

Represents a handler that tracks requests made by the client.

System_CAPS_pubclass CloudContext

Represents a list of clients that are available and the appropriate configuration settings.

System_CAPS_pubclass CloudCredentials

Represents the base class that provides credentials to access Windows Azure services.

System_CAPS_pubclass CloudError

Representation of the error object from the server.

System_CAPS_pubclass CloudException

Represents the exception that is thrown for responses that are not valid.

System_CAPS_pubclass ContinuousWebJobOperationsExtensions

The websites extensions client manages the web sites deployments, web jobs and other extensions.

System_CAPS_pubclass DeploymentOperationsExtensions

The websites extensions client manages the web sites deployments, web jobs and other extensions.

System_CAPS_pubclass DiagnosticOperationsExtensions

The websites extensions client manages the web sites deployments, web jobs and other extensions.

System_CAPS_pubclass OperationStatusResponse.ErrorDetails

If the asynchronous operation failed, the response body includes the HTTP status code for the failed request, and also includes error information regarding the failure.

System_CAPS_pubclass OperationResponse

Represents a standard service response that includes an HTTP status code and request identifier.

System_CAPS_pubclass OperationStatusResponse

The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is i progress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request, and also includes error information regarding the failure.

System_CAPS_pubclass Patchable<T>

JSON formatter for PATCH syntax.

System_CAPS_pubclass RepositoryOperationsExtensions

The websites extensions client manages the web sites deployments, web jobs and other extensions.

System_CAPS_pubclass RetryHandler

Represents a handler for the retry operation.

System_CAPS_pubclass SettingsOperationsExtensions

The websites extensions client manages the web sites deployments, web jobs and other extensions.

System_CAPS_pubclass SubscriptionCloudCredentials

Represents the credentials that are associated with a specified subscription.

System_CAPS_pubclass TokenCloudCredentials

Class for token based credentials associated with a particular subscription.

System_CAPS_pubclass TriggeredWebJobOperationsExtensions

The websites extensions client manages the web sites deployments, web jobs and other extensions.

System_CAPS_pubclass WebHostingPlanOperationsExtensions

The Web Sites Management API provides a RESTful set of web services that interact with the Windows Azure Web Sites service to manage your web sites. The API has entities that capture the relationship between an end user and Windows Azure Web Sites service. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)

System_CAPS_pubclass WebSiteExtensionsClientExtensions

The websites extensions client manages the web sites deployments, web jobs and other extensions.

System_CAPS_pubclass WebSiteExtensionsDiscoveryExtensions

System_CAPS_pubclass WebSiteManagementClientExtensions

The Web Sites Management API provides a RESTful set of web services that interact with the Windows Azure Web Sites service to manage your web sites. The API has entities that capture the relationship between an end user and Windows Azure Web Sites service. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)

System_CAPS_pubclass WebSiteManagementDiscoveryExtensions

Represents a web site management client.

System_CAPS_pubclass WebSiteOperationsExtensions

The Web Sites Management API provides a RESTful set of web services that interact with the Windows Azure Web Sites service to manage your web sites. The API has entities that capture the relationship between an end user and Windows Azure Web Sites service. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)

System_CAPS_pubclass WebSpaceOperationsExtensions

The Web Sites Management API provides a RESTful set of web services that interact with the Windows Azure Web Sites service to manage your web sites. The API has entities that capture the relationship between an end user and Windows Azure Web Sites service. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166981.aspx for more information)

Interfaces

Interface Description
System_CAPS_pubinterface ICloudTracingInterceptor

Represents information about cloud service operations.

Enumerations

Enumeration Description
System_CAPS_pubenum CloudExceptionType

System_CAPS_pubenum OperationStatus

The status of the asynchronous request.

Return to top