Share via


AdministrativeEnableState Struct

Definition

Administrative state.

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

Constructors

AdministrativeEnableState(String)

Initializes a new instance of AdministrativeEnableState.

Properties

Disable

Disable.

Enable

Enable.

Methods

Equals(AdministrativeEnableState)

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

Determines if two AdministrativeEnableState values are the same.

Implicit(String to AdministrativeEnableState)

Converts a string to a AdministrativeEnableState.

Inequality(AdministrativeEnableState, AdministrativeEnableState)

Determines if two AdministrativeEnableState values are not the same.

Applies to