WebSiteSlotResource.IsCloneableSlot(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Shows whether an app can be cloned to another resource group or subscription.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/iscloneable
- Operation Id: WebApps_IsCloneableSlot
- Default Api Version: 2023-12-01
- Resource: WebSiteSlotResource
public virtual Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability> IsCloneableSlot (System.Threading.CancellationToken cancellationToken = default);
abstract member IsCloneableSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>
override this.IsCloneableSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>
Public Overridable Function IsCloneableSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteCloneability)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.