你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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