Share via


ManagedNetworkStatus Struct

Definition

Status for the managed network of a machine learning workspace.

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

Constructors

ManagedNetworkStatus(String)

Initializes a new instance of ManagedNetworkStatus.

Properties

Active

Active.

Inactive

Inactive.

Methods

Equals(ManagedNetworkStatus)

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

Determines if two ManagedNetworkStatus values are the same.

Implicit(String to ManagedNetworkStatus)

Converts a string to a ManagedNetworkStatus.

Inequality(ManagedNetworkStatus, ManagedNetworkStatus)

Determines if two ManagedNetworkStatus values are not the same.

Applies to