Share via


LogicWorkflowParameterType Struct

Definition

The parameter type.

public readonly struct LogicWorkflowParameterType : IEquatable<Azure.ResourceManager.Logic.Models.LogicWorkflowParameterType>
type LogicWorkflowParameterType = struct
Public Structure LogicWorkflowParameterType
Implements IEquatable(Of LogicWorkflowParameterType)
Inheritance
LogicWorkflowParameterType
Implements

Constructors

LogicWorkflowParameterType(String)

Initializes a new instance of LogicWorkflowParameterType.

Properties

Array

Array.

Bool

Bool.

Float

Float.

Int

Int.

NotSpecified

NotSpecified.

Object

Object.

SecureObject

SecureObject.

SecureString

SecureString.

String

String.

Methods

Equals(LogicWorkflowParameterType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(LogicWorkflowParameterType, LogicWorkflowParameterType)

Determines if two LogicWorkflowParameterType values are the same.

Implicit(String to LogicWorkflowParameterType)

Converts a string to a LogicWorkflowParameterType.

Inequality(LogicWorkflowParameterType, LogicWorkflowParameterType)

Determines if two LogicWorkflowParameterType values are not the same.

Applies to