Leggere in inglese

Condividi tramite


CsmSlotEntity Class

Definition

Deployment slot parameters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CsmSlotEntityTypeConverter))]
public class CsmSlotEntity : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Api20231201.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