ExtensionConfigPropertyType 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 ExtensionConfigPropertyType.
public readonly struct ExtensionConfigPropertyType : IEquatable<Azure.ResourceManager.Resources.Models.ExtensionConfigPropertyType>
type ExtensionConfigPropertyType = struct
Public Structure ExtensionConfigPropertyType
Implements IEquatable(Of ExtensionConfigPropertyType)
- Inheritance
-
ExtensionConfigPropertyType
- Implements
Constructors
| Name | Description |
|---|---|
| ExtensionConfigPropertyType(String) |
Initializes a new instance of ExtensionConfigPropertyType. |
Properties
| Name | Description |
|---|---|
| Array |
Property type representing an array value. |
| Bool |
Property type representing a boolean value. |
| Int |
Property type representing an integer value. |
| Object |
Property type representing an object value. |
| SecureObject |
Property type representing a secure object value. |
| SecureString |
Property type representing a secure string value. |
| String |
Property type representing a string value. |
Methods
| Name | Description |
|---|---|
| Equals(ExtensionConfigPropertyType) |
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(ExtensionConfigPropertyType, ExtensionConfigPropertyType) |
Determines if two ExtensionConfigPropertyType values are the same. |
| Implicit(String to ExtensionConfigPropertyType) |
Converts a String to a ExtensionConfigPropertyType. |
| Inequality(ExtensionConfigPropertyType, ExtensionConfigPropertyType) |
Determines if two ExtensionConfigPropertyType values are not the same. |