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

DevCenterCustomizationTaskInputType Struct

Definition

Type of the input.

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

Constructors

Name Description
DevCenterCustomizationTaskInputType(String)

Initializes a new instance of DevCenterCustomizationTaskInputType.

Properties

Name Description
Boolean

The parameter accepts a boolean value.

Number

The parameter accepts a number value.

String

The parameter accepts a string value.

Methods

Name Description
Equals(DevCenterCustomizationTaskInputType)

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

Name Description
Equality(DevCenterCustomizationTaskInputType, DevCenterCustomizationTaskInputType)

Determines if two DevCenterCustomizationTaskInputType values are the same.

Implicit(String to DevCenterCustomizationTaskInputType)

Converts a string to a DevCenterCustomizationTaskInputType.

Implicit(String to Nullable<DevCenterCustomizationTaskInputType>)
Inequality(DevCenterCustomizationTaskInputType, DevCenterCustomizationTaskInputType)

Determines if two DevCenterCustomizationTaskInputType values are not the same.

Applies to