Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteExtensionInfoProperties
Packages that use SiteExtensionInfoProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SiteExtensionInfoProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteExtensionInfoPropertiesModifier and TypeMethodDescriptionstatic SiteExtensionInfoPropertiesSiteExtensionInfoProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SiteExtensionInfoProperties from the JsonReader.SiteExtensionInfoProperties.withAuthors(List<String> authors) Set the authors property: List of authors.SiteExtensionInfoProperties.withComment(String comment) Set the comment property: Site Extension comment.SiteExtensionInfoProperties.withDescription(String description) Set the description property: Detailed description.SiteExtensionInfoProperties.withDownloadCount(Integer downloadCount) Set the downloadCount property: Count of downloads.SiteExtensionInfoProperties.withExtensionId(String extensionId) Set the extensionId property: Site extension ID.SiteExtensionInfoProperties.withExtensionType(SiteExtensionType extensionType) Set the extensionType property: Site extension type.SiteExtensionInfoProperties.withExtensionUrl(String extensionUrl) Set the extensionUrl property: Extension URL.SiteExtensionInfoProperties.withFeedUrl(String feedUrl) Set the feedUrl property: Feed URL.SiteExtensionInfoProperties.withIconUrl(String iconUrl) Set the iconUrl property: Icon URL.SiteExtensionInfoProperties.withInstalledDateTime(OffsetDateTime installedDateTime) Set the installedDateTime property: Installed timestamp.SiteExtensionInfoProperties.withInstallerCommandLineParams(String installerCommandLineParams) Set the installerCommandLineParams property: Installer command line parameters.SiteExtensionInfoProperties.withLicenseUrl(String licenseUrl) Set the licenseUrl property: License URL.SiteExtensionInfoProperties.withLocalIsLatestVersion(Boolean localIsLatestVersion) Set the localIsLatestVersion property: <code>true</code> if the local version is the latest version; <code>false</code> otherwise.SiteExtensionInfoProperties.withLocalPath(String localPath) Set the localPath property: Local path.SiteExtensionInfoProperties.withProjectUrl(String projectUrl) Set the projectUrl property: Project URL.SiteExtensionInfoProperties.withProvisioningState(String provisioningState) Set the provisioningState property: Provisioning state.SiteExtensionInfoProperties.withPublishedDateTime(OffsetDateTime publishedDateTime) Set the publishedDateTime property: Published timestamp.SiteExtensionInfoProperties.withSummary(String summary) Set the summary property: Summary description.Set the title property: The title property.SiteExtensionInfoProperties.withVersion(String version) Set the version property: Version information.