PolicyParameterType 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 data type of the parameter.
public readonly struct PolicyParameterType : IEquatable<Azure.ResourceManager.Resources.Policy.Models.PolicyParameterType>
type PolicyParameterType = struct
Public Structure PolicyParameterType
Implements IEquatable(Of PolicyParameterType)
- Inheritance
-
PolicyParameterType
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyParameterType(String) |
Initializes a new instance of PolicyParameterType. |
Properties
| Name | Description |
|---|---|
| Array |
The array parameter type. |
| Boolean |
The boolean parameter type. |
| DateTime |
The date-time parameter type. |
| Float |
The float parameter type. |
| Integer |
The integer parameter type. |
| Object |
The object parameter type. |
| String |
The string parameter type. |
Methods
| Name | Description |
|---|---|
| Equals(PolicyParameterType) |
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(PolicyParameterType, PolicyParameterType) |
Determines if two PolicyParameterType values are the same. |
| Implicit(String to Nullable<PolicyParameterType>) | |
| Implicit(String to PolicyParameterType) |
Converts a string to a PolicyParameterType. |
| Inequality(PolicyParameterType, PolicyParameterType) |
Determines if two PolicyParameterType values are not the same. |