다음을 통해 공유


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

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.

Applies to