Uses of Class
com.microsoft.azure.management.appservice.PublishingProfileFormat
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of PublishingProfileFormat in com.microsoft.azure.management.appservice
Modifier and TypeFieldDescriptionstatic final PublishingProfileFormat
PublishingProfileFormat.FILE_ZILLA3
Static value FileZilla3 for PublishingProfileFormat.static final PublishingProfileFormat
PublishingProfileFormat.FTP
Static value Ftp for PublishingProfileFormat.static final PublishingProfileFormat
PublishingProfileFormat.WEB_DEPLOY
Static value WebDeploy for PublishingProfileFormat.Modifier and TypeMethodDescriptionCsmPublishingProfileOptions.format()
Get name of the format.static PublishingProfileFormat
PublishingProfileFormat.fromString
(String name) Creates or finds a PublishingProfileFormat from its string representation.Modifier and TypeMethodDescriptionstatic Collection<PublishingProfileFormat>
PublishingProfileFormat.values()
Modifier and TypeMethodDescriptionCsmPublishingProfileOptions.withFormat
(PublishingProfileFormat format) Set name of the format.