你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CsmPublishingProfileOptions Constructors
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.
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'