PushSettings Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsTypeConverter))]
public class PushSettings : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPushSettings, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.PushSettingsTypeConverter))>]
type PushSettings = class
    interface IPushSettings
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class PushSettings
Implements IPushSettings, IValidates
Inheritance
PushSettings
Attributes
Implements

Constructors

PushSettings()

Properties

DynamicTagsJson
Id
IsPushEnabled
Kind
Name
TagsRequiringAuth
TagWhitelistJson
Type

Methods

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

Applies to