Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.PublishingProfile
-
Packages that use PublishingProfile Package Description com.microsoft.azure.toolkit.lib.appservice com.microsoft.azure.toolkit.lib.appservice.model com.microsoft.azure.toolkit.lib.appservice.utils -
-
Uses of PublishingProfile in com.microsoft.azure.toolkit.lib.appservice
Methods in com.microsoft.azure.toolkit.lib.appservice that return PublishingProfile Modifier and Type Method Description PublishingProfileAppServiceAppBase. getPublishingProfile() -
Uses of PublishingProfile in com.microsoft.azure.toolkit.lib.appservice.model
Methods in com.microsoft.azure.toolkit.lib.appservice.model that return PublishingProfile Modifier and Type Method Description static PublishingProfilePublishingProfile. createFromServiceModel(com.azure.resourcemanager.appservice.models.PublishingProfile publishingProfile) -
Uses of PublishingProfile in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils that return PublishingProfile Modifier and Type Method Description static PublishingProfileAppServiceUtils. fromPublishingProfile(com.azure.resourcemanager.appservice.models.PublishingProfile publishingProfile)
-