Uses of Class
com.azure.resourcemanager.appservice.models.PublishingProfileFormat
-
Packages that use PublishingProfileFormat Package Description com.azure.resourcemanager.appservice.models 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 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.azure.resourcemanager.appservice.models that return PublishingProfileFormat Modifier and Type Method Description PublishingProfileFormatCsmPublishingProfileOptions. 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 PublishingProfileFormat Modifier and Type Method Description static Collection<PublishingProfileFormat>PublishingProfileFormat. values()Methods in com.azure.resourcemanager.appservice.models with parameters of type PublishingProfileFormat Modifier and Type Method Description CsmPublishingProfileOptionsCsmPublishingProfileOptions. withFormat(PublishingProfileFormat format)Set the format property: Name of the format.
-