DevCenterParameterType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of data a parameter accepts.
public readonly struct DevCenterParameterType : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterParameterType>
type DevCenterParameterType = struct
Public Structure DevCenterParameterType
Implements IEquatable(Of DevCenterParameterType)
- Inheritance
-
DevCenterParameterType
- Implements
Constructors
| Name | Description |
|---|---|
| DevCenterParameterType(String) |
Initializes a new instance of DevCenterParameterType. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equals(DevCenterParameterType) |
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(DevCenterParameterType, DevCenterParameterType) |
Determines if two DevCenterParameterType values are the same. |
| Implicit(String to DevCenterParameterType) |
Converts a string to a DevCenterParameterType. |
| Implicit(String to Nullable<DevCenterParameterType>) | |
| Inequality(DevCenterParameterType, DevCenterParameterType) |
Determines if two DevCenterParameterType values are not the same. |