WebAppParameterType 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 parameter type.
public readonly struct WebAppParameterType : IEquatable<Azure.ResourceManager.AppService.Models.WebAppParameterType>
type WebAppParameterType = struct
Public Structure WebAppParameterType
Implements IEquatable(Of WebAppParameterType)
- Inheritance
-
WebAppParameterType
- Implements
Constructors
| Name | Description |
|---|---|
| WebAppParameterType(String) |
Initializes a new instance of WebAppParameterType. |
Properties
| Name | Description |
|---|---|
| Array |
Array. |
| Bool |
Bool. |
| Float |
Float. |
| Int |
Int. |
| NotSpecified |
NotSpecified. |
| Object |
Object. |
| SecureObject |
SecureObject. |
| SecureString |
SecureString. |
| String |
String. |
Methods
| Name | Description |
|---|---|
| Equals(WebAppParameterType) |
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(WebAppParameterType, WebAppParameterType) |
Determines if two WebAppParameterType values are the same. |
| Implicit(String to WebAppParameterType) |
Converts a String to a WebAppParameterType. |
| Inequality(WebAppParameterType, WebAppParameterType) |
Determines if two WebAppParameterType values are not the same. |