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)

System.Object
  Microsoft.WindowsAzure.DeploymentOperationsExtensions

<ExtensionAttribute>
Public NotInheritable Class DeploymentOperationsExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGet(IDeploymentOperations, String)

Gets a deployment for a website.

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IDeploymentOperations, String)

Gets a deployment for a website.

System_CAPS_pubmethodSystem_CAPS_staticGetLog(IDeploymentOperations, String, String)

Gets a deployment log for a website.

System_CAPS_pubmethodSystem_CAPS_staticGetLogAsync(IDeploymentOperations, String, String)

Gets a deployment log for a website.

System_CAPS_pubmethodSystem_CAPS_staticList(IDeploymentOperations, DeploymentListParameters)

List the deployments for a website.

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IDeploymentOperations, DeploymentListParameters)

List the deployments for a website.

System_CAPS_pubmethodSystem_CAPS_staticListLogs(IDeploymentOperations, String, DeploymentListParameters)

List the logs for a deployment for a website.

System_CAPS_pubmethodSystem_CAPS_staticListLogsAsync(IDeploymentOperations, String, DeploymentListParameters)

List the logs for a deployment for a website.

System_CAPS_pubmethodSystem_CAPS_staticRedeploy(IDeploymentOperations, String)

Redeploys a specific website deployment.

System_CAPS_pubmethodSystem_CAPS_staticRedeployAsync(IDeploymentOperations, String)

Redeploys a specific website deployment.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: