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