共用方式為


WebAppsOperationsExtensions.IsCloneableSlot Method

Definition

Shows whether an app can be cloned to another resource group or subscription.

public static Microsoft.Azure.Management.WebSites.Models.SiteCloneability IsCloneableSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot);
static member IsCloneableSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> Microsoft.Azure.Management.WebSites.Models.SiteCloneability
<Extension()>
Public Function IsCloneableSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String) As SiteCloneability

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of the app.

slot
String

Name of the deployment slot. By default, this API returns information on the production slot.

Returns

Remarks

Description for Shows whether an app can be cloned to another resource group or subscription.

Applies to