Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static PublishingProfileFormat |
PublishingProfileFormat.FILE_ZILLA3
Static value FileZilla3 for PublishingProfileFormat.
|
static PublishingProfileFormat |
PublishingProfileFormat.FTP
Static value Ftp for PublishingProfileFormat.
|
static PublishingProfileFormat |
PublishingProfileFormat.WEB_DEPLOY
Static value WebDeploy for PublishingProfileFormat.
|
Modifier and Type | Method and Description |
---|---|
PublishingProfileFormat |
CsmPublishingProfileOptions.format()
Get name of the format.
|
static PublishingProfileFormat |
PublishingProfileFormat.fromString(String name)
Creates or finds a PublishingProfileFormat from its string representation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<PublishingProfileFormat> |
PublishingProfileFormat.values() |
Modifier and Type | Method and Description |
---|---|
CsmPublishingProfileOptions |
CsmPublishingProfileOptions.withFormat(PublishingProfileFormat format)
Set name of the format.
|
Copyright © 2019. All rights reserved.