Table of Contents

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

ArmPolicyParameterType

Boolean

Boolean.

public static ArmPolicyParameterType Boolean { get; }

Property Value

ArmPolicyParameterType

DateTime

DateTime.

public static ArmPolicyParameterType DateTime { get; }

Property Value

ArmPolicyParameterType

Float

Float.

public static ArmPolicyParameterType Float { get; }

Property Value

ArmPolicyParameterType

Integer

Integer.

public static ArmPolicyParameterType Integer { get; }

Property Value

ArmPolicyParameterType

Object

Object.

public static ArmPolicyParameterType Object { get; }

Property Value

ArmPolicyParameterType

String

String.

public static ArmPolicyParameterType String { get; }

Property Value

ArmPolicyParameterType

Methods

Equals(ArmPolicyParameterType)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(ArmPolicyParameterType other)

Parameters

other ArmPolicyParameterType

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

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 ArmPolicyParameterType
right ArmPolicyParameterType

Returns

bool

implicit operator ArmPolicyParameterType(string)

Converts a string to a ArmPolicyParameterType.

public static implicit operator ArmPolicyParameterType(string value)

Parameters

value string

Returns

ArmPolicyParameterType

operator !=(ArmPolicyParameterType, ArmPolicyParameterType)

Determines if two ArmPolicyParameterType values are not the same.

public static bool operator !=(ArmPolicyParameterType left, ArmPolicyParameterType right)

Parameters

left ArmPolicyParameterType
right ArmPolicyParameterType

Returns

bool