次の方法で共有


DeploymentOperationsExtensions.Get(IDeploymentOperations, String) メソッド

定義

Web サイトの展開を取得します。

public static Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse Get (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId);
static member Get : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string -> Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetResponse
<Extension()>
Public Function Get (operations As IDeploymentOperations, deploymentId As String) As DeploymentGetResponse

パラメーター

operations
IDeploymentOperations

Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations への参照。

deploymentId
String

必須。 デプロイ識別子。

戻り値

デプロイ情報操作の応答。

適用対象