| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withAuthors(List<String> authors)
Set the authors property: List of authors.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withComment(String comment)
Set the comment property: Site Extension comment.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withDescription(String description)
Set the description property: Detailed description.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withDownloadCount(Integer downloadCount)
Set the downloadCount property: Count of downloads.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withExtensionId(String extensionId)
Set the extensionId property: Site extension ID.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withExtensionType(SiteExtensionType extensionType)
Set the extensionType property: Site extension type.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withExtensionUrl(String extensionUrl)
Set the extensionUrl property: Extension URL.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withFeedUrl(String feedUrl)
Set the feedUrl property: Feed URL.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withIconUrl(String iconUrl)
Set the iconUrl property: Icon URL.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withInstalledDateTime(OffsetDateTime installedDateTime)
Set the installedDateTime property: Installed timestamp.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withInstallerCommandLineParams(String installerCommandLineParams)
Set the installerCommandLineParams property: Installer command line parameters.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withLicenseUrl(String licenseUrl)
Set the licenseUrl property: License URL.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withLocalIsLatestVersion(Boolean localIsLatestVersion)
Set the localIsLatestVersion property: <code>true</code> if the local version is the latest version;
<code>false</code> otherwise.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withLocalPath(String localPath)
Set the localPath property: Local path.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withProjectUrl(String projectUrl)
Set the projectUrl property: Project URL.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withProvisioningState(String provisioningState)
Set the provisioningState property: Provisioning state.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withPublishedDateTime(OffsetDateTime publishedDateTime)
Set the publishedDateTime property: Published timestamp.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withSummary(String summary)
Set the summary property: Summary description.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withTitle(String title)
Set the title property: The title property.
|
SiteExtensionInfoProperties |
SiteExtensionInfoProperties.withVersion(String version)
Set the version property: Version information.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.