次の方法で共有


DeploymentOperationsExtensions.GetByName メソッド

定義

[名前による展開の取得] 操作は、展開の構成情報、状態、およびシステム プロパティを返します。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/ee460804.aspx )

public static Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse GetByName (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentName);
static member GetByName : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string -> Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetResponse
<Extension()>
Public Function GetByName (operations As IDeploymentOperations, serviceName As String, deploymentName As String) As DeploymentGetResponse

パラメーター

operations
IDeploymentOperations

Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations への参照。

serviceName
String

必須。 クラウド サービスの名前。

deploymentName
String

必須です。 デプロイの名前。

戻り値

クラウド サービスに存在するデプロイ。

適用対象