Struct ArmPolicyParameterType
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
The data type of the parameter.
public readonly struct ArmPolicyParameterType : IEquatable<ArmPolicyParameterType>
- Implements
- Inherited Members
Constructors
ArmPolicyParameterType(string)
Initializes a new instance of ArmPolicyParameterType.
public ArmPolicyParameterType(string value)
Parameters
value
string
Exceptions
- ArgumentNullException
value
is null.
Properties
Array
Array.
public static ArmPolicyParameterType Array { get; }
Property Value
Boolean
Boolean.
public static ArmPolicyParameterType Boolean { get; }
Property Value
DateTime
DateTime.
public static ArmPolicyParameterType DateTime { get; }
Property Value
Float
Float.
public static ArmPolicyParameterType Float { get; }
Property Value
Integer
Integer.
public static ArmPolicyParameterType Integer { get; }
Property Value
Object
Object.
public static ArmPolicyParameterType Object { get; }
Property Value
String
String.
public static ArmPolicyParameterType String { get; }
Property Value
Methods
Equals(ArmPolicyParameterType)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ArmPolicyParameterType other)
Parameters
other
ArmPolicyParameterTypeAn object to compare with this object.
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
Operators
operator ==(ArmPolicyParameterType, ArmPolicyParameterType)
Determines if two ArmPolicyParameterType values are the same.
public static bool operator ==(ArmPolicyParameterType left, ArmPolicyParameterType right)
Parameters
left
ArmPolicyParameterTyperight
ArmPolicyParameterType
Returns
implicit operator ArmPolicyParameterType(string)
Converts a string to a ArmPolicyParameterType.
public static implicit operator ArmPolicyParameterType(string value)
Parameters
value
string
Returns
operator !=(ArmPolicyParameterType, ArmPolicyParameterType)
Determines if two ArmPolicyParameterType values are not the same.
public static bool operator !=(ArmPolicyParameterType left, ArmPolicyParameterType right)
Parameters
left
ArmPolicyParameterTyperight
ArmPolicyParameterType