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
| Name | Description |
|---|---|
| ConnectivityTopology(String) |
Initializes a new instance of ConnectivityTopology. |
Properties
| Name | Description |
|---|---|
| HubAndSpoke |
HubAndSpoke. |
| Mesh |
Mesh. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |