PushSettingsInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Push settings for the App.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PushSettingsInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PushSettingsInner = class
inherit ProxyOnlyResourceInner
Public Class PushSettingsInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
PushSettingsInner() |
Initializes a new instance of the PushSettingsInner class. |
PushSettingsInner(Boolean, String, String, String, String, String, String, String) |
Initializes a new instance of the PushSettingsInner 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
IsPushEnabled |
Gets or sets a flag indicating whether the Push endpoint is enabled. |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
Tags |
Resource tags (Inherited from Resource) |
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 |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET