Class PublishingProfile
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.appservice.model.PublishingProfile
-
public class PublishingProfile extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private StringftpPasswordprivate StringftpUrlprivate StringftpUsernameprivate StringgitPasswordprivate StringgitUrlprivate StringgitUsername
-
Constructor Summary
Constructors Constructor Description PublishingProfile()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PublishingProfilecreateFromServiceModel(com.azure.resourcemanager.appservice.models.PublishingProfile publishingProfile)
-
-
-
Method Detail
-
createFromServiceModel
public static PublishingProfile createFromServiceModel(com.azure.resourcemanager.appservice.models.PublishingProfile publishingProfile)
-
-