Compartilhar via


WorkflowVersionPropertiesParameters Class

Definition

The parameters.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowVersionPropertiesParametersTypeConverter))]
public class WorkflowVersionPropertiesParameters : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowVersionPropertiesParameters, 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.WorkflowVersionPropertiesParametersTypeConverter))>]
type WorkflowVersionPropertiesParameters = class
    interface IWorkflowVersionPropertiesParameters
    interface IJsonSerializable
    interface IAssociativeArray<IWorkflowParameter>
Public Class WorkflowVersionPropertiesParameters
Implements IAssociativeArray(Of IWorkflowParameter), IWorkflowVersionPropertiesParameters
Inheritance
WorkflowVersionPropertiesParameters
Attributes
Implements

Constructors

WorkflowVersionPropertiesParameters()

Creates an new WorkflowVersionPropertiesParameters 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 WorkflowVersionPropertiesParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowVersionPropertiesParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowVersionPropertiesParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, IWorkflowParameter)

Operators

Implicit(WorkflowVersionPropertiesParameters to Dictionary<String,IWorkflowParameter>)

Explicit Interface Implementations

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

Applies to