Share via


CsmPublishingProfileOptions Class

Definition

Publishing options for requested profile.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.CsmPublishingProfileOptionsTypeConverter))]
public class CsmPublishingProfileOptions : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ICsmPublishingProfileOptions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.Api20190801.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.

Applies to