Share via


EnvironmentDefinitionParameterType Struct

Definition

The type of data a parameter accepts.

public readonly struct EnvironmentDefinitionParameterType : IEquatable<Azure.Developer.DevCenter.Models.EnvironmentDefinitionParameterType>
type EnvironmentDefinitionParameterType = struct
Public Structure EnvironmentDefinitionParameterType
Implements IEquatable(Of EnvironmentDefinitionParameterType)
Inheritance
EnvironmentDefinitionParameterType
Implements

Constructors

EnvironmentDefinitionParameterType(String)

Initializes a new instance of EnvironmentDefinitionParameterType.

Properties

Array

The parameter accepts an array of values.

Boolean

The parameter accepts a boolean value.

Integer

The parameter accepts an integer value.

Number

The parameter accepts a number value.

Object

The parameter accepts an object value.

String

The parameter accepts a string value.

Methods

Equals(EnvironmentDefinitionParameterType)

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(EnvironmentDefinitionParameterType, EnvironmentDefinitionParameterType)

Determines if two EnvironmentDefinitionParameterType values are the same.

Implicit(String to EnvironmentDefinitionParameterType)

Converts a string to a EnvironmentDefinitionParameterType.

Inequality(EnvironmentDefinitionParameterType, EnvironmentDefinitionParameterType)

Determines if two EnvironmentDefinitionParameterType values are not the same.

Applies to