LifecycleHookAction Struct

Definition

The action that will be applied to a target resource in the virtual machine scale set lifecycle hook event if the platform does not receive a response from the customer for the target resource before waitUntil.

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

Constructors

Name Description
LifecycleHookAction(String)

Initializes a new instance of LifecycleHookAction.

Properties

Name Description
Approve

The lifecycle hook of a target resource in a lifecycle hook event will be approved.

Reject

The lifecycle hook of a target resource in a lifecycle hook event will be rejected.

Methods

Name Description
Equals(LifecycleHookAction)

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

Determines if two LifecycleHookAction values are the same.

Implicit(String to LifecycleHookAction)

Converts a String to a LifecycleHookAction.

Inequality(LifecycleHookAction, LifecycleHookAction)

Determines if two LifecycleHookAction values are not the same.

Applies to