LifecycleHookActionState Struct

Definition

Approval status of a target resource in a virtual machine scale set lifecycle hook event.

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

Constructors

Name Description
LifecycleHookActionState(String)

Initializes a new instance of LifecycleHookActionState.

Properties

Name Description
Approved

The lifecycle hook for the target resource is approved.

Rejected

The lifecycle hook for the target resource is rejected.

Waiting

The lifecycle hook for the target resource is waiting for approval.

Methods

Name Description
Equals(LifecycleHookActionState)

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

Determines if two LifecycleHookActionState values are the same.

Implicit(String to LifecycleHookActionState)

Converts a String to a LifecycleHookActionState.

Inequality(LifecycleHookActionState, LifecycleHookActionState)

Determines if two LifecycleHookActionState values are not the same.

Applies to