次の方法で共有


WorkflowPropertiesParameters Class

Definition

The parameters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowPropertiesParametersTypeConverter))]
public class WorkflowPropertiesParameters : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowPropertiesParameters, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowParameter>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowPropertiesParametersTypeConverter))>]
type WorkflowPropertiesParameters = class
    interface IWorkflowPropertiesParameters
    interface IJsonSerializable
    interface IAssociativeArray<IWorkflowParameter>
Public Class WorkflowPropertiesParameters
Implements IAssociativeArray(Of IWorkflowParameter), IWorkflowPropertiesParameters
Inheritance
WorkflowPropertiesParameters
Attributes
Implements

Constructors

WorkflowPropertiesParameters()

Creates an new WorkflowPropertiesParameters instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IWorkflowParameter)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowPropertiesParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowPropertiesParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowPropertiesParameters.

FromJsonString(String)

Creates a new instance of WorkflowPropertiesParameters, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowPropertiesParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, IWorkflowParameter)

Operators

Implicit(WorkflowPropertiesParameters to Dictionary<String,IWorkflowParameter>)

Explicit Interface Implementations

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

Applies to