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 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.azure.resourcemanager.appservice.models that return PublishingProfileFormatModifier and TypeMethodDescriptionCsmPublishingProfileOptions.format()Get the format property: Name of the format.static PublishingProfileFormatPublishingProfileFormat.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.