Share via


InternetConnectivityState Struct

Definition

Connectivity to internet is enabled or disabled.

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

Constructors

InternetConnectivityState(String)

Initializes a new instance of InternetConnectivityState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(InternetConnectivityState)

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

Determines if two InternetConnectivityState values are the same.

Implicit(String to InternetConnectivityState)

Converts a string to a InternetConnectivityState.

Inequality(InternetConnectivityState, InternetConnectivityState)

Determines if two InternetConnectivityState values are not the same.

Applies to