Sdílet prostřednictvím


IsolationMode Struct

Definition

Isolation mode for the managed network of a machine learning workspace.

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

Constructors

IsolationMode(String)

Initializes a new instance of IsolationMode.

Properties

AllowInternetOutbound

AllowInternetOutbound.

AllowOnlyApprovedOutbound

AllowOnlyApprovedOutbound.

Disabled

Disabled.

Methods

Equals(IsolationMode)

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

Determines if two IsolationMode values are the same.

Implicit(String to IsolationMode)

Converts a string to a IsolationMode.

Inequality(IsolationMode, IsolationMode)

Determines if two IsolationMode values are not the same.

Applies to