次の方法で共有


DeploymentOperationsExtensions.BeginGettingPackageBySlotAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginGettingPackageBySlotAsync (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 BeginGettingPackageBySlotAsync : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentGetPackageParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginGettingPackageBySlotAsync (operations As IDeploymentOperations, serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentGetPackageParameters) As Task(Of AzureOperationResponse)

パラメーター

operations
IDeploymentOperations

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

serviceName
String

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

deploymentSlot
DeploymentSlot

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

parameters
DeploymentGetPackageParameters

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

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

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

適用対象