次の方法で共有


DeploymentsOperationsExtensions.UpdateAsync メソッド

定義

終了しているデプロイを更新する操作。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource> UpdateAsync (this Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations operations, string resourceGroupName, string serviceName, string appName, string deploymentName, Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource deploymentResource, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations * string * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource>
<Extension()>
Public Function UpdateAsync (operations As IDeploymentsOperations, resourceGroupName As String, serviceName As String, appName As String, deploymentName As String, deploymentResource As DeploymentResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentResource)

パラメーター

operations
IDeploymentsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName
String

サービス リソースの名前。

appName
String

アプリ リソースの名前。

deploymentName
String

デプロイ リソースの名前。

deploymentResource
DeploymentResource

更新操作のパラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象