Udostępnij za pośrednictwem


GroupConnectivity Struct

Definition

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