ArmPolicyParameterType Struct

Definition

The data type of the parameter.

public readonly struct ArmPolicyParameterType : IEquatable<Azure.ResourceManager.Resources.Models.ArmPolicyParameterType>
type ArmPolicyParameterType = struct
Public Structure ArmPolicyParameterType
Implements IEquatable(Of ArmPolicyParameterType)
Inheritance
ArmPolicyParameterType
Implements

Constructors

ArmPolicyParameterType(String)

Initializes a new instance of ArmPolicyParameterType.

Properties

Array

Array.

Boolean

Boolean.

DateTime

DateTime.

Float

Float.

Integer

Integer.

Object

Object.

String

String.

Methods

Equals(ArmPolicyParameterType)

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

Equality(ArmPolicyParameterType, ArmPolicyParameterType)

Determines if two ArmPolicyParameterType values are the same.

Implicit(String to ArmPolicyParameterType)

Converts a string to a ArmPolicyParameterType.

Inequality(ArmPolicyParameterType, ArmPolicyParameterType)

Determines if two ArmPolicyParameterType values are not the same.

Applies to