Share via


CsmSlotEntity Class

Definition

Deployment slot parameters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmSlotEntityTypeConverter))]
public class CsmSlotEntity : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmSlotEntityTypeConverter))>]
type CsmSlotEntity = class
    interface ICsmSlotEntity
    interface IJsonSerializable
Public Class CsmSlotEntity
Implements ICsmSlotEntity
Inheritance
CsmSlotEntity
Attributes
Implements

Constructors

CsmSlotEntity()

Creates an new CsmSlotEntity instance.

Properties

PreserveVnet

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

TargetSlot

Destination deployment slot during swap operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CsmSlotEntity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CsmSlotEntity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmSlotEntity.

FromJsonString(String)

Creates a new instance of CsmSlotEntity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CsmSlotEntity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to