GoalAssignmentType Struct

Definition

Supported type of goal assignment.

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

Constructors

Name Description
GoalAssignmentType(String)

Initializes a new instance of GoalAssignmentType.

Properties

Name Description
Resiliency

Resiliency goal assignment type.

Methods

Name Description
Equals(GoalAssignmentType)

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

Name Description
Equality(GoalAssignmentType, GoalAssignmentType)

Determines if two GoalAssignmentType values are the same.

Implicit(String to GoalAssignmentType)

Converts a string to a GoalAssignmentType.

Implicit(String to Nullable<GoalAssignmentType>)
Inequality(GoalAssignmentType, GoalAssignmentType)

Determines if two GoalAssignmentType values are not the same.

Applies to