DeploymentOperationsExtensions Class

 

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

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.DeploymentOperationsExtensions

Syntax

public static class DeploymentOperationsExtensions
[ExtensionAttribute]
public ref class DeploymentOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DeploymentOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DeploymentOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Get(IDeploymentOperations, String)

Gets a deployment for a website.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IDeploymentOperations, String)

Gets a deployment for a website.

System_CAPS_pubmethodSystem_CAPS_static GetLog(IDeploymentOperations, String, String)

Gets a deployment log for a website.

System_CAPS_pubmethodSystem_CAPS_static GetLogAsync(IDeploymentOperations, String, String)

Gets a deployment log for a website.

System_CAPS_pubmethodSystem_CAPS_static List(IDeploymentOperations, DeploymentListParameters)

List the deployments for a website.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IDeploymentOperations, DeploymentListParameters)

List the deployments for a website.

System_CAPS_pubmethodSystem_CAPS_static ListLogs(IDeploymentOperations, String, DeploymentListParameters)

List the logs for a deployment for a website.

System_CAPS_pubmethodSystem_CAPS_static ListLogsAsync(IDeploymentOperations, String, DeploymentListParameters)

List the logs for a deployment for a website.

System_CAPS_pubmethodSystem_CAPS_static Redeploy(IDeploymentOperations, String)

Redeploys a specific website deployment.

System_CAPS_pubmethodSystem_CAPS_static RedeployAsync(IDeploymentOperations, String)

Redeploys a specific website deployment.

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 Namespace

Return to top