ChaosTargetReferenceType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET