Share via


ChaosTargetReferenceType Struct

Definition

Enum of the Target reference type.

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

Constructors

ChaosTargetReferenceType(String)

Initializes a new instance of ChaosTargetReferenceType.

Properties

ChaosTarget

ChaosTarget.

Methods

Equals(ChaosTargetReferenceType)

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

Determines if two ChaosTargetReferenceType values are the same.

Implicit(String to ChaosTargetReferenceType)

Converts a string to a ChaosTargetReferenceType.

Inequality(ChaosTargetReferenceType, ChaosTargetReferenceType)

Determines if two ChaosTargetReferenceType values are not the same.

Applies to