Share via


TemplateType Struct

Definition

The template type.

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

Constructors

TemplateType(String)

Initializes a new instance of TemplateType.

Properties

ArmTemplate

ArmTemplate.

Unknown

Unknown.

Methods

Equals(TemplateType)

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

Determines if two TemplateType values are the same.

Implicit(String to TemplateType)

Converts a string to a TemplateType.

Inequality(TemplateType, TemplateType)

Determines if two TemplateType values are not the same.

Applies to