次の方法で共有


DeploymentsOperationsExtensions.BeginRestart メソッド

定義

デプロイを再起動します。

public static void BeginRestart (this Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations operations, string resourceGroupName, string serviceName, string appName, string deploymentName);
static member BeginRestart : Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations * string * string * string * string -> unit
<Extension()>
Public Sub BeginRestart (operations As IDeploymentsOperations, resourceGroupName As String, serviceName As String, appName As String, deploymentName As String)

パラメーター

operations
IDeploymentsOperations

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

resourceGroupName
String

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

serviceName
String

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

appName
String

アプリ リソースの名前。

deploymentName
String

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

適用対象