DeploymentOperationOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a list of deployments operations.
public static Microsoft.Azure.Management.Resources.Models.DeploymentOperationsGetResult Get (this Microsoft.Azure.Management.Resources.IDeploymentOperationOperations operations, string resourceGroupName, string deploymentName, string operationId);
static member Get : Microsoft.Azure.Management.Resources.IDeploymentOperationOperations * string * string * string -> Microsoft.Azure.Management.Resources.Models.DeploymentOperationsGetResult
<Extension()>
Public Function Get (operations As IDeploymentOperationOperations, resourceGroupName As String, deploymentName As String, operationId As String) As DeploymentOperationsGetResult
Parameters
- operations
- IDeploymentOperationOperations
Reference to the Microsoft.Azure.Management.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.
Returns
Deployment operation.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET