Freigeben über


TriggeredWebJobPropertiesSettings Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettingsTypeConverter))]
public class TriggeredWebJobPropertiesSettings : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobPropertiesSettings, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesSettingsTypeConverter))>]
type TriggeredWebJobPropertiesSettings = class
    interface ITriggeredWebJobPropertiesSettings
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class TriggeredWebJobPropertiesSettings
Implements IAssociativeArray(Of Object), ITriggeredWebJobPropertiesSettings
Inheritance
TriggeredWebJobPropertiesSettings
Attributes
Implements

Constructors

TriggeredWebJobPropertiesSettings()

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
TryGetValue(String, Object)

Operators

Implicit(TriggeredWebJobPropertiesSettings to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties
IAssociativeArray<Object>.Count
IAssociativeArray<Object>.Keys
IAssociativeArray<Object>.Values

Applies to