DeploymentOperationsExtensions Methods

 

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

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.

Return to top
Show: