你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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