| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
StringDictionaryInner |
StaticSitesClient.createOrUpdateStaticSiteAppSettings(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Creates or updates the app settings of a static site.
|
StringDictionaryInner |
StaticSitesClient.createOrUpdateStaticSiteBuildAppSettings(String resourceGroupName,
String name,
String environmentName,
StringDictionaryInner appSettings)
Description for Creates or updates the app settings of a static site build.
|
StringDictionaryInner |
StaticSitesClient.createOrUpdateStaticSiteBuildFunctionAppSettings(String resourceGroupName,
String name,
String environmentName,
StringDictionaryInner appSettings)
Description for Creates or updates the function app settings of a static site build.
|
StringDictionaryInner |
StaticSitesClient.createOrUpdateStaticSiteFunctionAppSettings(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Creates or updates the function app settings of a static site.
|
StringDictionaryInner |
WebAppsClient.listApplicationSettings(String resourceGroupName,
String name)
Description for Gets the application settings of an app.
|
StringDictionaryInner |
WebAppsClient.listApplicationSettingsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the application settings of an app.
|
StringDictionaryInner |
WebAppsClient.listFunctionKeys(String resourceGroupName,
String name,
String functionName)
Description for Get function keys for a function in a web site, or a deployment slot.
|
StringDictionaryInner |
WebAppsClient.listFunctionKeysSlot(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function keys for a function in a web site, or a deployment slot.
|
StringDictionaryInner |
WebAppsClient.listMetadata(String resourceGroupName,
String name)
Description for Gets the metadata of an app.
|
StringDictionaryInner |
WebAppsClient.listMetadataSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the metadata of an app.
|
StringDictionaryInner |
StaticSitesClient.listStaticSiteAppSettings(String resourceGroupName,
String name)
Description for Gets the application settings of a static site.
|
StringDictionaryInner |
StaticSitesClient.listStaticSiteBuildAppSettings(String resourceGroupName,
String name,
String environmentName)
Description for Gets the application settings of a static site build.
|
StringDictionaryInner |
StaticSitesClient.listStaticSiteBuildFunctionAppSettings(String resourceGroupName,
String name,
String environmentName)
Description for Gets the application settings of a static site build.
|
StringDictionaryInner |
StaticSitesClient.listStaticSiteFunctionAppSettings(String resourceGroupName,
String name)
Description for Gets the application settings of a static site.
|
StringDictionaryInner |
StaticSitesClient.listStaticSiteSecrets(String resourceGroupName,
String name)
Description for Lists the secrets for an existing static site.
|
StringDictionaryInner |
WebAppsClient.updateApplicationSettings(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
StringDictionaryInner |
WebAppsClient.updateApplicationSettingsSlot(String resourceGroupName,
String name,
String slot,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
StringDictionaryInner |
WebAppsClient.updateMetadata(String resourceGroupName,
String name,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
StringDictionaryInner |
WebAppsClient.updateMetadataSlot(String resourceGroupName,
String name,
String slot,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
| Modifier and Type | Method and Description |
|---|---|
StringDictionaryInner |
StaticSitesClient.createOrUpdateStaticSiteAppSettings(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Creates or updates the app settings of a static site.
|
Mono<StringDictionaryInner> |
StaticSitesClient.createOrUpdateStaticSiteAppSettingsAsync(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Creates or updates the app settings of a static site.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
StaticSitesClient.createOrUpdateStaticSiteAppSettingsWithResponse(String resourceGroupName,
String name,
StringDictionaryInner appSettings,
com.azure.core.util.Context context)
Description for Creates or updates the app settings of a static site.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
StaticSitesClient.createOrUpdateStaticSiteAppSettingsWithResponseAsync(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Creates or updates the app settings of a static site.
|
StringDictionaryInner |
StaticSitesClient.createOrUpdateStaticSiteBuildAppSettings(String resourceGroupName,
String name,
String environmentName,
StringDictionaryInner appSettings)
Description for Creates or updates the app settings of a static site build.
|
Mono<StringDictionaryInner> |
StaticSitesClient.createOrUpdateStaticSiteBuildAppSettingsAsync(String resourceGroupName,
String name,
String environmentName,
StringDictionaryInner appSettings)
Description for Creates or updates the app settings of a static site build.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
StaticSitesClient.createOrUpdateStaticSiteBuildAppSettingsWithResponse(String resourceGroupName,
String name,
String environmentName,
StringDictionaryInner appSettings,
com.azure.core.util.Context context)
Description for Creates or updates the app settings of a static site build.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
StaticSitesClient.createOrUpdateStaticSiteBuildAppSettingsWithResponseAsync(String resourceGroupName,
String name,
String environmentName,
StringDictionaryInner appSettings)
Description for Creates or updates the app settings of a static site build.
|
StringDictionaryInner |
StaticSitesClient.createOrUpdateStaticSiteBuildFunctionAppSettings(String resourceGroupName,
String name,
String environmentName,
StringDictionaryInner appSettings)
Description for Creates or updates the function app settings of a static site build.
|
Mono<StringDictionaryInner> |
StaticSitesClient.createOrUpdateStaticSiteBuildFunctionAppSettingsAsync(String resourceGroupName,
String name,
String environmentName,
StringDictionaryInner appSettings)
Description for Creates or updates the function app settings of a static site build.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
StaticSitesClient.createOrUpdateStaticSiteBuildFunctionAppSettingsWithResponse(String resourceGroupName,
String name,
String environmentName,
StringDictionaryInner appSettings,
com.azure.core.util.Context context)
Description for Creates or updates the function app settings of a static site build.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
StaticSitesClient.createOrUpdateStaticSiteBuildFunctionAppSettingsWithResponseAsync(String resourceGroupName,
String name,
String environmentName,
StringDictionaryInner appSettings)
Description for Creates or updates the function app settings of a static site build.
|
StringDictionaryInner |
StaticSitesClient.createOrUpdateStaticSiteFunctionAppSettings(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Creates or updates the function app settings of a static site.
|
Mono<StringDictionaryInner> |
StaticSitesClient.createOrUpdateStaticSiteFunctionAppSettingsAsync(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Creates or updates the function app settings of a static site.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
StaticSitesClient.createOrUpdateStaticSiteFunctionAppSettingsWithResponse(String resourceGroupName,
String name,
StringDictionaryInner appSettings,
com.azure.core.util.Context context)
Description for Creates or updates the function app settings of a static site.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
StaticSitesClient.createOrUpdateStaticSiteFunctionAppSettingsWithResponseAsync(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Creates or updates the function app settings of a static site.
|
StringDictionaryInner |
WebAppsClient.updateApplicationSettings(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
Mono<StringDictionaryInner> |
WebAppsClient.updateApplicationSettingsAsync(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
StringDictionaryInner |
WebAppsClient.updateApplicationSettingsSlot(String resourceGroupName,
String name,
String slot,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
Mono<StringDictionaryInner> |
WebAppsClient.updateApplicationSettingsSlotAsync(String resourceGroupName,
String name,
String slot,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
WebAppsClient.updateApplicationSettingsSlotWithResponse(String resourceGroupName,
String name,
String slot,
StringDictionaryInner appSettings,
com.azure.core.util.Context context)
Description for Replaces the application settings of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
WebAppsClient.updateApplicationSettingsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
WebAppsClient.updateApplicationSettingsWithResponse(String resourceGroupName,
String name,
StringDictionaryInner appSettings,
com.azure.core.util.Context context)
Description for Replaces the application settings of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
WebAppsClient.updateApplicationSettingsWithResponseAsync(String resourceGroupName,
String name,
StringDictionaryInner appSettings)
Description for Replaces the application settings of an app.
|
StringDictionaryInner |
WebAppsClient.updateMetadata(String resourceGroupName,
String name,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
Mono<StringDictionaryInner> |
WebAppsClient.updateMetadataAsync(String resourceGroupName,
String name,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
StringDictionaryInner |
WebAppsClient.updateMetadataSlot(String resourceGroupName,
String name,
String slot,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
Mono<StringDictionaryInner> |
WebAppsClient.updateMetadataSlotAsync(String resourceGroupName,
String name,
String slot,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
WebAppsClient.updateMetadataSlotWithResponse(String resourceGroupName,
String name,
String slot,
StringDictionaryInner metadata,
com.azure.core.util.Context context)
Description for Replaces the metadata of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
WebAppsClient.updateMetadataSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
com.azure.core.http.rest.Response<StringDictionaryInner> |
WebAppsClient.updateMetadataWithResponse(String resourceGroupName,
String name,
StringDictionaryInner metadata,
com.azure.core.util.Context context)
Description for Replaces the metadata of an app.
|
Mono<com.azure.core.http.rest.Response<StringDictionaryInner>> |
WebAppsClient.updateMetadataWithResponseAsync(String resourceGroupName,
String name,
StringDictionaryInner metadata)
Description for Replaces the metadata of an app.
|
| Modifier and Type | Method and Description |
|---|---|
StringDictionaryInner |
StringDictionaryInner.withKind(String kind)
Set the kind property: Kind of resource.
|
StringDictionaryInner |
StringDictionaryInner.withProperties(Map<String,String> properties)
Set the properties property: Settings.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.