Share via


TemplateParameterType Struct

Definition

Allowed data types for Resource Manager template parameters.

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

Constructors

TemplateParameterType(String)

Initializes a new instance of TemplateParameterType.

Properties

Array

array.

Bool

bool.

Int

int.

Object

object.

SecureObject

secureObject.

SecureString

secureString.

String

string.

Methods

Equals(TemplateParameterType)

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(TemplateParameterType, TemplateParameterType)

Determines if two TemplateParameterType values are the same.

Implicit(String to TemplateParameterType)

Converts a string to a TemplateParameterType.

Inequality(TemplateParameterType, TemplateParameterType)

Determines if two TemplateParameterType values are not the same.

Applies to