RequirementSelected Struct

Definition

Enum for the requirement status of the resource in the goal.

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

Constructors

Name Description
RequirementSelected(String)

Initializes a new instance of RequirementSelected.

Properties

Name Description
NotRequired

The resource is not required for the specified goal.

Required

The resource is required for the specified goal.

Methods

Name Description
Equals(RequirementSelected)

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

Determines if two RequirementSelected values are the same.

Implicit(String to Nullable<RequirementSelected>)
Implicit(String to RequirementSelected)

Converts a string to a RequirementSelected.

Inequality(RequirementSelected, RequirementSelected)

Determines if two RequirementSelected values are not the same.

Applies to