ManagedNetworkKind Struct

Definition

Responsibility role under which this Managed Network Group will be created.

public readonly struct ManagedNetworkKind : IEquatable<Azure.ResourceManager.ManagedNetwork.Models.ManagedNetworkKind>
type ManagedNetworkKind = struct
Public Structure ManagedNetworkKind
Implements IEquatable(Of ManagedNetworkKind)
Inheritance
ManagedNetworkKind
Implements

Constructors

ManagedNetworkKind(String)

Initializes a new instance of ManagedNetworkKind.

Properties

Connectivity

Connectivity.

Methods

Equals(ManagedNetworkKind)

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(ManagedNetworkKind, ManagedNetworkKind)

Determines if two ManagedNetworkKind values are the same.

Implicit(String to ManagedNetworkKind)

Converts a string to a ManagedNetworkKind.

Inequality(ManagedNetworkKind, ManagedNetworkKind)

Determines if two ManagedNetworkKind values are not the same.

Applies to