Share via


ICsmSlotEntity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.CsmSlotEntityTypeConverter))]
public interface ICsmSlotEntity : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.CsmSlotEntityTypeConverter))>]
type ICsmSlotEntity = interface
    interface IJsonSerializable
Public Interface ICsmSlotEntity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

PreserveVnet

true to preserve Virtual Network to the slot during swap; otherwise, false.

TargetSlot

Destination deployment slot during swap operation.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to