你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CsmSlotEntity Class

Definition

Deployment slot parameters.

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

ToString()

Applies to