Share via


ConnectivityTopology Struct

Definition

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