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 PublishingProfileFormatPublishingProfileFormat.FILE_ZILLA3Static value FileZilla3 for PublishingProfileFormat.static final PublishingProfileFormatPublishingProfileFormat.FTPStatic value Ftp for PublishingProfileFormat.static final PublishingProfileFormatPublishingProfileFormat.WEB_DEPLOYStatic value WebDeploy for PublishingProfileFormat.Methods in com.microsoft.azure.management.appservice that return PublishingProfileFormatModifier and TypeMethodDescriptionCsmPublishingProfileOptions.format()Get name of the format.static PublishingProfileFormatPublishingProfileFormat.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.