LinkedAction Struct

Definition

The LinkedAction.

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

Constructors

LinkedAction(String)

Initializes a new instance of LinkedAction.

Properties

Blocked

Blocked.

Enabled

Enabled.

NotSpecified

NotSpecified.

Validate

Validate.

Methods

Equals(LinkedAction)

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

Determines if two LinkedAction values are the same.

Implicit(String to LinkedAction)

Converts a string to a LinkedAction.

Inequality(LinkedAction, LinkedAction)

Determines if two LinkedAction values are not the same.

Applies to