PushSettings Class

Definition

Push settings for the App.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PushSettings : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PushSettings = class
    inherit ProxyOnlyResource
Public Class PushSettings
Inherits ProxyOnlyResource
Inheritance
PushSettings
Attributes

Constructors

PushSettings()

Initializes a new instance of the PushSettings class.

PushSettings(Boolean, String, String, String, String, String, String, String)

Initializes a new instance of the PushSettings class.

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

Gets resource Id.

(Inherited from ProxyOnlyResource)
IsPushEnabled

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

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
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.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Methods

Validate()

Validate the object.

Applies to