Share via


ApplicationEnablement Struct

Definition

The application enablement.

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

Constructors

ApplicationEnablement(String)

Initializes a new instance of ApplicationEnablement.

Properties

Disabled

Disabled.

Enabled

Enabled.

Unknown

Unknown.

Methods

Equals(ApplicationEnablement)

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

Determines if two ApplicationEnablement values are the same.

Implicit(String to ApplicationEnablement)

Converts a string to a ApplicationEnablement.

Inequality(ApplicationEnablement, ApplicationEnablement)

Determines if two ApplicationEnablement values are not the same.

Applies to