Compartilhar via


PushSettingsProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsPropertiesTypeConverter))]
public class PushSettingsProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettingsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsPropertiesTypeConverter))>]
type PushSettingsProperties = class
    interface IPushSettingsProperties
    interface IJsonSerializable
Public Class PushSettingsProperties
Implements IPushSettingsProperties
Inheritance
PushSettingsProperties
Attributes
Implements

Constructors

PushSettingsProperties()

Properties

DynamicTagsJson
IsPushEnabled
TagsRequiringAuth
TagWhitelistJson

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to