Uses of Class
com.azure.resourcemanager.appservice.fluent.models.PushSettingsProperties
Packages that use PushSettingsProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of PushSettingsProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type PushSettingsPropertiesModifier and TypeClassDescriptionfinal classPushSettings resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return PushSettingsPropertiesModifier and TypeMethodDescriptionstatic PushSettingsPropertiesPushSettingsProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PushSettingsProperties from the JsonReader.PushSettingsProperties.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.PushSettingsProperties.withIsPushEnabled(boolean isPushEnabled) Set the isPushEnabled property: Gets or sets a flag indicating whether the Push endpoint is enabled.PushSettingsProperties.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.PushSettingsProperties.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.