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

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
Get ( this operations, string resourceGroupName, string deploymentName, string operationId ) : DeploymentOperationsGetResult

Get a list of deployments operations.

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

Get a list of deployments operations.

List ( this operations, string resourceGroupName, string deploymentName, DeploymentOperationsListParameters parameters ) : DeploymentOperationsListResult

Gets a list of deployments operations.

ListAsync ( this operations, string resourceGroupName, string deploymentName, DeploymentOperationsListParameters parameters ) : Task

Gets a list of deployments operations.

ListNext ( this operations, string nextLink ) : DeploymentOperationsListResult

Gets a next list of deployments operations.

ListNextAsync ( this operations, string nextLink ) : Task

Gets a next list of deployments operations.

Method Details

Get() public static method

Get a list of deployments operations.
public static Get ( this operations, string resourceGroupName, string deploymentName, string operationId ) : DeploymentOperationsGetResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperationOperations. ///
resourceGroupName string /// Required. The name of the resource group. The name is case /// insensitive. ///
deploymentName string /// Required. The name of the deployment. ///
operationId string /// Required. Operation Id. ///
return Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperationsGetResult

GetAsync() public static method

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

List() public static method

Gets a list of deployments operations.
public static List ( this operations, string resourceGroupName, string deploymentName, DeploymentOperationsListParameters parameters ) : DeploymentOperationsListResult
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperationOperations. ///
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.DeploymentOperationsListParameters /// Optional. Query parameters. ///
return Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperationsListResult

ListAsync() public static method

Gets a list of deployments operations.
public static ListAsync ( this operations, string resourceGroupName, string deploymentName, DeploymentOperationsListParameters parameters ) : Task
operations this /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.IDeploymentOperationOperations. ///
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.DeploymentOperationsListParameters /// Optional. Query parameters. ///
return Task

ListNext() public static method

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

ListNextAsync() public static method

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