Compartir a través de


ICsmCopySlotEntity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmCopySlotEntityTypeConverter))]
public interface ICsmCopySlotEntity : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmCopySlotEntityTypeConverter))>]
type ICsmCopySlotEntity = interface
    interface IJsonSerializable
Public Interface ICsmCopySlotEntity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

SiteConfig

The site object which will be merged with the source slot site to produce new destination slot site object. null to just copy source slot content. Otherwise a Site object with properties to override source slot site.

TargetSlot

Destination deployment slot during copy operation.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to