C# Class Microsoft.Azure.Management.Internal.Resources.DeploymentOperationsExtensions

Datei anzeigen Open project: Azure/azure-powershell

Public Methods

Method Description
BeginDeleting ( this operations, string resourceGroupName, string deploymentName ) : LongRunningOperationResponse

Begin deleting deployment.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.

BeginDeletingAsync ( this operations, string resourceGroupName, string deploymentName ) : Task

Begin deleting deployment.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.

Cancel ( this operations, string resourceGroupName, string deploymentName ) : AzureOperationResponse

Cancel a currently running template deployment.

CancelAsync ( this operations, string resourceGroupName, string deploymentName ) : Task

Cancel a currently running template deployment.

CheckExistence ( this operations, string resourceGroupName, string deploymentName ) : DeploymentExistsResult

Checks whether deployment exists.

CheckExistenceAsync ( this operations, string resourceGroupName, string deploymentName ) : Task

Checks whether deployment exists.

CreateOrUpdate ( this operations, string resourceGroupName, string deploymentName, Deployment parameters ) : DeploymentOperationsCreateResult

Create a named template deployment using a template.

CreateOrUpdateAsync ( this operations, string resourceGroupName, string deploymentName, Deployment parameters ) : Task

Create a named template deployment using a template.

Delete ( this operations, string resourceGroupName, string deploymentName ) : AzureOperationResponse

Delete deployment and all of its resources.

DeleteAsync ( this operations, string resourceGroupName, string deploymentName ) : Task

Delete deployment and all of its resources.

Get ( this operations, string resourceGroupName, string deploymentName ) : DeploymentGetResult

Get a deployment.

GetAsync ( this operations, string resourceGroupName, string deploymentName ) : Task

Get a deployment.

List ( this operations, string resourceGroupName, DeploymentListParameters parameters ) : DeploymentListResult

Get a list of deployments.

ListAsync ( this operations, string resourceGroupName, DeploymentListParameters parameters ) : Task

Get a list of deployments.

ListNext ( this operations, string nextLink ) : DeploymentListResult

Get a list of deployments.

ListNextAsync ( this operations, string nextLink ) : Task

Get a list of deployments.

Validate ( this operations, string resourceGroupName, string deploymentName, Deployment parameters ) : Microsoft.Azure.Management.Internal.Resources.Models.DeploymentValidateResponse

Validate a deployment template.

ValidateAsync ( this operations, string resourceGroupName, string deploymentName, Deployment parameters ) : Task

Validate a deployment template.

Method Details

BeginDeleting() public static method

Begin deleting deployment.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.
public static BeginDeleting ( this operations, string resourceGroupName, string deploymentName ) : LongRunningOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment to be deleted. ///
return Microsoft.Azure.Management.Internal.Resources.Models.LongRunningOperationResponse

BeginDeletingAsync() public static method

Begin deleting deployment.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus.
public static BeginDeletingAsync ( this operations, string resourceGroupName, string deploymentName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment to be deleted. ///
return Task

Cancel() public static method

Cancel a currently running template deployment.
public static Cancel ( this operations, string resourceGroupName, string deploymentName ) : AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment. ///
return AzureOperationResponse

CancelAsync() public static method

Cancel a currently running template deployment.
public static CancelAsync ( this operations, string resourceGroupName, string deploymentName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment. ///
return Task

CheckExistence() public static method

Checks whether deployment exists.
public static CheckExistence ( this operations, string resourceGroupName, string deploymentName ) : DeploymentExistsResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group to check. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment. ///
return Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExistsResult

CheckExistenceAsync() public static method

Checks whether deployment exists.
public static CheckExistenceAsync ( this operations, string resourceGroupName, string deploymentName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group to check. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment. ///
return Task

CreateOrUpdate() public static method

Create a named template deployment using a template.
public static CreateOrUpdate ( this operations, string resourceGroupName, string deploymentName, Deployment parameters ) : DeploymentOperationsCreateResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.Deployment /// Required. Additional parameters supplied to the operation. ///
return Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperationsCreateResult

CreateOrUpdateAsync() public static method

Create a named template deployment using a template.
public static CreateOrUpdateAsync ( this operations, string resourceGroupName, string deploymentName, Deployment parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.Deployment /// Required. Additional parameters supplied to the operation. ///
return Task

Delete() public static method

Delete deployment and all of its resources.
public static Delete ( this operations, string resourceGroupName, string deploymentName ) : AzureOperationResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment to be deleted. ///
return AzureOperationResponse

DeleteAsync() public static method

Delete deployment and all of its resources.
public static DeleteAsync ( this operations, string resourceGroupName, string deploymentName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment to be deleted. ///
return Task

Get() public static method

Get a deployment.
public static Get ( this operations, string resourceGroupName, string deploymentName ) : DeploymentGetResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group to get. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment. ///
return Microsoft.Azure.Management.Internal.Resources.Models.DeploymentGetResult

GetAsync() public static method

Get a deployment.
public static GetAsync ( this operations, string resourceGroupName, string deploymentName ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group to get. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment. ///
return Task

List() public static method

Get a list of deployments.
public static List ( this operations, string resourceGroupName, DeploymentListParameters parameters ) : DeploymentListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group to filter by. The name is /// case insensitive. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.DeploymentListParameters /// Optional. Query parameters. If null is passed returns all /// deployments. ///
return Microsoft.Azure.Management.Internal.Resources.Models.DeploymentListResult

ListAsync() public static method

Get a list of deployments.
public static ListAsync ( this operations, string resourceGroupName, DeploymentListParameters parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group to filter by. The name is /// case insensitive. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.DeploymentListParameters /// Optional. Query parameters. If null is passed returns all /// deployments. ///
return Task

ListNext() public static method

Get a list of deployments.
public static ListNext ( this operations, string nextLink ) : DeploymentListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Microsoft.Azure.Management.Internal.Resources.Models.DeploymentListResult

ListNextAsync() public static method

Get a list of deployments.
public static ListNextAsync ( this operations, string nextLink ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
nextLink string /// Required. NextLink from the previous successful call to List /// operation. ///
return Task

Validate() public static method

Validate a deployment template.
public static Validate ( this operations, string resourceGroupName, string deploymentName, Deployment parameters ) : Microsoft.Azure.Management.Internal.Resources.Models.DeploymentValidateResponse
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.Deployment /// Required. Deployment to validate. ///
return Microsoft.Azure.Management.Internal.Resources.Models.DeploymentValidateResponse

ValidateAsync() public static method

Validate a deployment template.
public static ValidateAsync ( this operations, string resourceGroupName, string deploymentName, Deployment parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment. ///
parameters Microsoft.Azure.Management.Internal.Resources.Models.Deployment /// Required. Deployment to validate. ///
return Task