GroupConnectivity 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.
Group connectivity type.
public readonly struct GroupConnectivity : IEquatable<Azure.ResourceManager.Network.Models.GroupConnectivity>
type GroupConnectivity = struct
Public Structure GroupConnectivity
Implements IEquatable(Of GroupConnectivity)
- Inheritance
-
GroupConnectivity
- Implements
Constructors
GroupConnectivity(String) |
Initializes a new instance of GroupConnectivity. |
Properties
DirectlyConnected |
DirectlyConnected. |
None |
None. |
Methods
Equals(GroupConnectivity) |
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(GroupConnectivity, GroupConnectivity) |
Determines if two GroupConnectivity values are the same. |
Implicit(String to GroupConnectivity) |
Converts a string to a GroupConnectivity. |
Inequality(GroupConnectivity, GroupConnectivity) |
Determines if two GroupConnectivity values are not the same. |
Applies to
Azure SDK for .NET