| 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 |
|---|---|
PushSettingsInner |
WebAppsClient.listSitePushSettings(String resourceGroupName,
String name)
Description for Gets the Push settings associated with web app.
|
PushSettingsInner |
WebAppsClient.listSitePushSettingsSlot(String resourceGroupName,
String name,
String slot)
Description for Gets the Push settings associated with web app.
|
PushSettingsInner |
WebAppsClient.updateSitePushSettings(String resourceGroupName,
String name,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
PushSettingsInner |
WebAppsClient.updateSitePushSettingsSlot(String resourceGroupName,
String name,
String slot,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
| Modifier and Type | Method and Description |
|---|---|
PushSettingsInner |
WebAppsClient.updateSitePushSettings(String resourceGroupName,
String name,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
Mono<PushSettingsInner> |
WebAppsClient.updateSitePushSettingsAsync(String resourceGroupName,
String name,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
PushSettingsInner |
WebAppsClient.updateSitePushSettingsSlot(String resourceGroupName,
String name,
String slot,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
Mono<PushSettingsInner> |
WebAppsClient.updateSitePushSettingsSlotAsync(String resourceGroupName,
String name,
String slot,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
com.azure.core.http.rest.Response<PushSettingsInner> |
WebAppsClient.updateSitePushSettingsSlotWithResponse(String resourceGroupName,
String name,
String slot,
PushSettingsInner pushSettings,
com.azure.core.util.Context context)
Description for Updates the Push settings associated with web app.
|
Mono<com.azure.core.http.rest.Response<PushSettingsInner>> |
WebAppsClient.updateSitePushSettingsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
com.azure.core.http.rest.Response<PushSettingsInner> |
WebAppsClient.updateSitePushSettingsWithResponse(String resourceGroupName,
String name,
PushSettingsInner pushSettings,
com.azure.core.util.Context context)
Description for Updates the Push settings associated with web app.
|
Mono<com.azure.core.http.rest.Response<PushSettingsInner>> |
WebAppsClient.updateSitePushSettingsWithResponseAsync(String resourceGroupName,
String name,
PushSettingsInner pushSettings)
Description for Updates the Push settings associated with web app.
|
| Modifier and Type | Method and Description |
|---|---|
PushSettingsInner |
SiteConfigResourceInner.push()
Get the push property: Push endpoint settings.
|
PushSettingsInner |
SiteConfigInner.push()
Get the push property: Push endpoint settings.
|
PushSettingsInner |
PushSettingsInner.withDynamicTagsJson(String dynamicTagsJson)
Set the dynamicTagsJson property: Gets or sets a JSON string containing a list of dynamic tags that will be
evaluated from user claims in the push registration endpoint.
|
PushSettingsInner |
PushSettingsInner.withIsPushEnabled(Boolean isPushEnabled)
Set the isPushEnabled property: Gets or sets a flag indicating whether the Push endpoint is enabled.
|
PushSettingsInner |
PushSettingsInner.withKind(String kind)
Set the kind property: Kind of resource.
|
PushSettingsInner |
PushSettingsInner.withTagsRequiringAuth(String tagsRequiringAuth)
Set the tagsRequiringAuth property: Gets or sets a JSON string containing a list of tags that require user
authentication to be used in the push registration endpoint.
|
PushSettingsInner |
PushSettingsInner.withTagWhitelistJson(String tagWhitelistJson)
Set the tagWhitelistJson property: Gets or sets a JSON string containing a list of tags that are whitelisted for
use by the push registration endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfigResourceInner |
SiteConfigResourceInner.withPush(PushSettingsInner push)
Set the push property: Push endpoint settings.
|
SiteConfigInner |
SiteConfigInner.withPush(PushSettingsInner push)
Set the push property: Push endpoint settings.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.