CsmPublishingProfileOptions Constructors

Definition

Overloads

CsmPublishingProfileOptions()

Initializes a new instance of the CsmPublishingProfileOptions class.

CsmPublishingProfileOptions(PublishingProfileFormat, Nullable<Boolean>)

Initializes a new instance of the CsmPublishingProfileOptions class.

CsmPublishingProfileOptions()

Initializes a new instance of the CsmPublishingProfileOptions class.

public CsmPublishingProfileOptions ();
Public Sub New ()

Applies to

CsmPublishingProfileOptions(PublishingProfileFormat, Nullable<Boolean>)

Initializes a new instance of the CsmPublishingProfileOptions class.

public CsmPublishingProfileOptions (Microsoft.Azure.Management.AppService.Fluent.Models.PublishingProfileFormat format = default, bool? includeDisasterRecoveryEndpoints = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.CsmPublishingProfileOptions : Microsoft.Azure.Management.AppService.Fluent.Models.PublishingProfileFormat * Nullable<bool> -> Microsoft.Azure.Management.AppService.Fluent.Models.CsmPublishingProfileOptions
Public Sub New (Optional format As PublishingProfileFormat = Nothing, Optional includeDisasterRecoveryEndpoints As Nullable(Of Boolean) = Nothing)

Parameters

format
PublishingProfileFormat

Name of the format. Valid values are: FileZilla3 WebDeploy -- default Ftp. Possible values include: 'FileZilla3', 'WebDeploy', 'Ftp'

includeDisasterRecoveryEndpoints
Nullable<Boolean>

Include the DisasterRecover endpoint if true

Applies to