Share via


ConnectivityStatusType Struct

Definition

Resource Connectivity Status Type identifier.

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

Constructors

ConnectivityStatusType(String)

Initializes a new instance of ConnectivityStatusType.

Properties

Failure

failure.

Initializing

initializing.

Success

success.

Methods

Equals(ConnectivityStatusType)

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

Determines if two ConnectivityStatusType values are the same.

Implicit(String to ConnectivityStatusType)

Converts a string to a ConnectivityStatusType.

Inequality(ConnectivityStatusType, ConnectivityStatusType)

Determines if two ConnectivityStatusType values are not the same.

Applies to