WebSiteOperationsExtensions.SwapSlotsAsync 方法 (IWebSiteOperations, String, String, String, String)
你可以交换网站从一个插槽到另一个槽。
命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)
语法
public static Task<WebSiteOperationStatusResponse> SwapSlotsAsync(
this IWebSiteOperations operations,
string webSpaceName,
string webSiteName,
string sourceSlotName,
string targetSlotName
)
public:
[ExtensionAttribute]
static Task<WebSiteOperationStatusResponse^>^ SwapSlotsAsync(
IWebSiteOperations^ operations,
String^ webSpaceName,
String^ webSiteName,
String^ sourceSlotName,
String^ targetSlotName
)
static member SwapSlotsAsync :
operations:IWebSiteOperations *
webSpaceName:string *
webSiteName:string *
sourceSlotName:string *
targetSlotName:string -> Task<WebSiteOperationStatusResponse>
<ExtensionAttribute>
Public Shared Function SwapSlotsAsync (
operations As IWebSiteOperations,
webSpaceName As String,
webSiteName As String,
sourceSlotName As String,
targetSlotName As String
) As Task(Of WebSiteOperationStatusResponse)
参数
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations对 Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations 引用。
webSpaceName
Type: System.String必需。 Web 空间的名称。
webSiteName
Type: System.String必需。 网站的名称。
sourceSlotName
Type: System.String必需。 为交换 (源) 的第一个 web 站点槽的名称。
targetSlotName
Type: System.String必需。 (目标) 与交换的第二个 web 站点槽的名称。
返回值
Type: System.Threading.Tasks.Task<WebSiteOperationStatusResponse>
响应正文包含指定,该值指示它已成功、 正在进行、 已超时,还是已失败的长时间运行操作的状态。 请注意此状态为获取操作状态操作本身返回的 HTTP 状态代码不同。 如果将长时间运行的操作失败,则响应正文包含关于失败的错误信息。
请参阅
WebSiteOperationsExtensions 类
Microsoft.WindowsAzure 命名空间
返回页首