Uses of Class
com.azure.resourcemanager.appservice.models.PublishingProfileFormat
Packages that use PublishingProfileFormat
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of PublishingProfileFormat in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models 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.azure.resourcemanager.appservice.models that return PublishingProfileFormatModifier and TypeMethodDescriptionCsmPublishingProfileOptions.format()
Get the format property: Name of the format.static PublishingProfileFormat
PublishingProfileFormat.fromString
(String name) Creates or finds a PublishingProfileFormat from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type PublishingProfileFormatModifier and TypeMethodDescriptionstatic Collection
<PublishingProfileFormat> PublishingProfileFormat.values()
Gets known PublishingProfileFormat values.Methods in com.azure.resourcemanager.appservice.models with parameters of type PublishingProfileFormatModifier and TypeMethodDescriptionCsmPublishingProfileOptions.withFormat
(PublishingProfileFormat format) Set the format property: Name of the format.