Share via


IntegrationRuntimeAutoUpdateState Struct

Definition

The state of integration runtime auto update.

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

Constructors

IntegrationRuntimeAutoUpdateState(String)

Initializes a new instance of IntegrationRuntimeAutoUpdateState.

Properties

Off

Off.

On

On.

Methods

Equals(IntegrationRuntimeAutoUpdateState)

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

Determines if two IntegrationRuntimeAutoUpdateState values are the same.

Implicit(String to IntegrationRuntimeAutoUpdateState)

Converts a string to a IntegrationRuntimeAutoUpdateState.

Inequality(IntegrationRuntimeAutoUpdateState, IntegrationRuntimeAutoUpdateState)

Determines if two IntegrationRuntimeAutoUpdateState values are not the same.

Applies to