C# Класс Microsoft.Azure.Management.Internal.Resources.DeploymentOperationsExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

BeginDeleting() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.LongRunningOperationResponse

BeginDeletingAsync() публичный статический Метод

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. ///
Результат Task

Cancel() публичный статический Метод

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. ///
Результат AzureOperationResponse

CancelAsync() публичный статический Метод

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. ///
Результат Task

CheckExistence() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.DeploymentExistsResult

CheckExistenceAsync() публичный статический Метод

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. ///
Результат Task

CreateOrUpdate() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperationsCreateResult

CreateOrUpdateAsync() публичный статический Метод

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. ///
Результат Task

Delete() публичный статический Метод

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. ///
Результат AzureOperationResponse

DeleteAsync() публичный статический Метод

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. ///
Результат Task

Get() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.DeploymentGetResult

GetAsync() публичный статический Метод

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. ///
Результат Task

List() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.DeploymentListResult

ListAsync() публичный статический Метод

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. ///
Результат Task

ListNext() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.DeploymentListResult

ListNextAsync() публичный статический Метод

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. ///
Результат Task

Validate() публичный статический Метод

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. ///
Результат Microsoft.Azure.Management.Internal.Resources.Models.DeploymentValidateResponse

ValidateAsync() публичный статический Метод

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. ///
Результат Task