Uses of Class
com.microsoft.azure.management.appservice.PublishingProfileFormat
Packages that use PublishingProfileFormat
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of PublishingProfileFormat in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as PublishingProfileFormatModifier 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.Methods in com.microsoft.azure.management.appservice that return PublishingProfileFormatModifier and TypeMethodDescriptionCsmPublishingProfileOptions.format()
Get name of the format.static PublishingProfileFormat
PublishingProfileFormat.fromString
(String name) Creates or finds a PublishingProfileFormat from its string representation.Methods in com.microsoft.azure.management.appservice that return types with arguments of type PublishingProfileFormatModifier and TypeMethodDescriptionstatic Collection<PublishingProfileFormat>
PublishingProfileFormat.values()
Methods in com.microsoft.azure.management.appservice with parameters of type PublishingProfileFormatModifier and TypeMethodDescriptionCsmPublishingProfileOptions.withFormat
(PublishingProfileFormat format) Set name of the format.