Uses of Class
com.azure.resourcemanager.appservice.fluent.models.PushSettingsInner
-
Packages that use PushSettingsInner 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. -
-
Uses of PushSettingsInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return PushSettingsInner Modifier and Type Method Description PushSettingsInnerWebAppsClient. listSitePushSettings(String resourceGroupName, String name)Description for Gets the Push settings associated with web app.PushSettingsInnerWebAppsClient. listSitePushSettingsSlot(String resourceGroupName, String name, String slot)Description for Gets the Push settings associated with web app.PushSettingsInnerWebAppsClient. updateSitePushSettings(String resourceGroupName, String name, PushSettingsInner pushSettings)Description for Updates the Push settings associated with web app.PushSettingsInnerWebAppsClient. updateSitePushSettingsSlot(String resourceGroupName, String name, String slot, PushSettingsInner pushSettings)Description for Updates the Push settings associated with web app.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type PushSettingsInner Modifier and Type Method Description Mono<PushSettingsInner>WebAppsClient. listSitePushSettingsAsync(String resourceGroupName, String name)Description for Gets the Push settings associated with web app.Mono<PushSettingsInner>WebAppsClient. listSitePushSettingsSlotAsync(String resourceGroupName, String name, String slot)Description for Gets the Push settings associated with web app.com.azure.core.http.rest.Response<PushSettingsInner>WebAppsClient. listSitePushSettingsSlotWithResponse(String resourceGroupName, String name, String slot, com.azure.core.util.Context context)Description for Gets the Push settings associated with web app.Mono<com.azure.core.http.rest.Response<PushSettingsInner>>WebAppsClient. listSitePushSettingsSlotWithResponseAsync(String resourceGroupName, String name, String slot)Description for Gets the Push settings associated with web app.com.azure.core.http.rest.Response<PushSettingsInner>WebAppsClient. listSitePushSettingsWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context)Description for Gets the Push settings associated with web app.Mono<com.azure.core.http.rest.Response<PushSettingsInner>>WebAppsClient. listSitePushSettingsWithResponseAsync(String resourceGroupName, String name)Description for Gets 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.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.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type PushSettingsInner Modifier and Type Method Description PushSettingsInnerWebAppsClient. 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.PushSettingsInnerWebAppsClient. 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. -
Uses of PushSettingsInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return PushSettingsInner Modifier and Type Method Description PushSettingsInnerSiteConfigInner. push()Get the push property: Push endpoint settings.PushSettingsInnerSiteConfigResourceInner. push()Get the push property: Push endpoint settings.PushSettingsInnerPushSettingsInner. 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.PushSettingsInnerPushSettingsInner. withIsPushEnabled(Boolean isPushEnabled)Set the isPushEnabled property: Gets or sets a flag indicating whether the Push endpoint is enabled.PushSettingsInnerPushSettingsInner. withKind(String kind)Set the kind property: Kind of resource.PushSettingsInnerPushSettingsInner. 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.PushSettingsInnerPushSettingsInner. 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.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type PushSettingsInner Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withPush(PushSettingsInner push)Set the push property: Push endpoint settings.SiteConfigResourceInnerSiteConfigResourceInner. withPush(PushSettingsInner push)Set the push property: Push endpoint settings.
-