ConnectivityStatusType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |