CsmSlotEntity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
|
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. |