Dela via


WebAppsOperationsExtensions.GetDeploymentAsync Metod

Definition

Hämta en distribution med dess ID för en app eller ett distributionsfack.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DeploymentInner> GetDeploymentAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string id, System.Threading.CancellationToken cancellationToken = default);
static member GetDeploymentAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.DeploymentInner>
<Extension()>
Public Function GetDeploymentAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, id As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentInner)

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Namnet på appen.

id
String

Distributions-ID.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning för Hämta en distribution med dess ID för en app eller ett distributionsfack.

Gäller för