次の方法で共有


DeploymentOperationsExtensions.BeginGettingPackageBySlot メソッド

定義

スロットによるパッケージの取得操作では、デプロイ用のクラウド サービス パッケージを取得し、パッケージ ファイルを Azure Blob Storage に格納します。 次のパッケージ ファイルはストレージに配置されます。クラウド サービス構成ファイル (.cscfg) は、クラウド サービスと個々のロールの構成設定 (ロール インスタンスの数を含む) を提供します。アプリケーション コードとサービス定義ファイルを含むサービス パッケージ (.cspkg)。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/jj154121.aspx してください)

public static Microsoft.Azure.AzureOperationResponse BeginGettingPackageBySlot(this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters parameters);
static member BeginGettingPackageBySlot : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginGettingPackageBySlot (operations As IDeploymentOperations, serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentGetPackageParameters) As AzureOperationResponse

パラメーター

operations
IDeploymentOperations

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

serviceName
String

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

deploymentSlot
DeploymentSlot

必須。 デプロイ スロット。

parameters
DeploymentGetPackageParameters

必須。 スロットによるパッケージの取得操作に指定されたパラメーター。

戻り値

Microsoft.Azure.AzureOperationResponse

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象