| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models 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 the format property: 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 |
|---|---|
CsmPublishingProfileOptions |
CsmPublishingProfileOptions.withFormat(PublishingProfileFormat format)
Set the format property: Name of the format.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.