Freigeben über


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

Name Description
ManagedNetworkStatus(String)

Initializes a new instance of ManagedNetworkStatus.

Properties

Name Description
Active

Active.

Inactive

Inactive.

Methods

Name Description
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

Name Description
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