Uses of Class
com.microsoft.azure.management.appservice.PublishingProfileFormat
-
-
Uses of PublishingProfileFormat in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as PublishingProfileFormat Modifier and Type Field Description static PublishingProfileFormatPublishingProfileFormat. FILE_ZILLA3Static value FileZilla3 for PublishingProfileFormat.static PublishingProfileFormatPublishingProfileFormat. FTPStatic value Ftp for PublishingProfileFormat.static PublishingProfileFormatPublishingProfileFormat. WEB_DEPLOYStatic value WebDeploy for PublishingProfileFormat.Methods in com.microsoft.azure.management.appservice that return PublishingProfileFormat Modifier and Type Method Description PublishingProfileFormatCsmPublishingProfileOptions. 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 PublishingProfileFormat Modifier and Type Method Description static Collection<PublishingProfileFormat>PublishingProfileFormat. values()Methods in com.microsoft.azure.management.appservice with parameters of type PublishingProfileFormat Modifier and Type Method Description CsmPublishingProfileOptionsCsmPublishingProfileOptions. withFormat(PublishingProfileFormat format)Set name of the format.
-