WebAppPushSettings Class

Definition

Push settings for the App.

public class WebAppPushSettings : Azure.ResourceManager.Models.ResourceData
public class WebAppPushSettings : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.WebAppPushSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.WebAppPushSettings>
type WebAppPushSettings = class
    inherit ResourceData
type WebAppPushSettings = class
    inherit ResourceData
    interface IJsonModel<WebAppPushSettings>
    interface IPersistableModel<WebAppPushSettings>
Public Class WebAppPushSettings
Inherits ResourceData
Public Class WebAppPushSettings
Inherits ResourceData
Implements IJsonModel(Of WebAppPushSettings), IPersistableModel(Of WebAppPushSettings)
Inheritance
WebAppPushSettings
Implements

Constructors

WebAppPushSettings()

Initializes a new instance of WebAppPushSettings.

Properties

DynamicTagsJson

Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsPushEnabled

Gets or sets a flag indicating whether the Push endpoint is enabled.

Kind

Kind of resource.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TagsRequiringAuth

Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.

TagWhitelistJson

Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.

Explicit Interface Implementations

IJsonModel<WebAppPushSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WebAppPushSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebAppPushSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebAppPushSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WebAppPushSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to