CsmPublishingProfileOptions 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.
Publishing options for requested profile.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CsmPublishingProfileOptionsTypeConverter))]
public class CsmPublishingProfileOptions : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICsmPublishingProfileOptions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CsmPublishingProfileOptionsTypeConverter))>]
type CsmPublishingProfileOptions = class
interface ICsmPublishingProfileOptions
interface IJsonSerializable
Public Class CsmPublishingProfileOptions
Implements ICsmPublishingProfileOptions
- Inheritance
-
CsmPublishingProfileOptions
- Attributes
- Implements
Constructors
CsmPublishingProfileOptions() |
Creates an new CsmPublishingProfileOptions instance. |
Properties
Format |
Name of the format. Valid values are: FileZilla3 WebDeploy -- default Ftp |
IncludeDisasterRecoveryEndpoint |
Include the DisasterRecover endpoint if true |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CsmPublishingProfileOptions. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CsmPublishingProfileOptions. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICsmPublishingProfileOptions. |
FromJsonString(String) |
Creates a new instance of CsmPublishingProfileOptions, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CsmPublishingProfileOptions into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |