Class PublishingProfile


  • public class PublishingProfile
    extends Object
    • Field Detail

      • ftpUrl

        private String ftpUrl
      • ftpUsername

        private String ftpUsername
      • ftpPassword

        private String ftpPassword
      • gitUrl

        private String gitUrl
      • gitUsername

        private String gitUsername
      • gitPassword

        private String gitPassword
    • Constructor Detail

      • PublishingProfile

        public PublishingProfile()
    • Method Detail

      • createFromServiceModel

        public static PublishingProfile createFromServiceModel​(com.azure.resourcemanager.appservice.models.PublishingProfile publishingProfile)