C# 클래스 Microsoft.Azure.Management.Internal.Resources.DeploymentOperationOperationsExtensions

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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.

메소드 상세

Get() 공개 정적인 메소드

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. ///
리턴 Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperationsGetResult

GetAsync() 공개 정적인 메소드

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. ///
리턴 Task

List() 공개 정적인 메소드

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. ///
리턴 Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperationsListResult

ListAsync() 공개 정적인 메소드

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. ///
리턴 Task

ListNext() 공개 정적인 메소드

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. ///
리턴 Microsoft.Azure.Management.Internal.Resources.Models.DeploymentOperationsListResult

ListNextAsync() 공개 정적인 메소드

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. ///
리턴 Task