Udostępnij przez


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

Name Description
IsolationMode(String)

Initializes a new instance of IsolationMode.

Properties

Name Description
AllowInternetOutbound

AllowInternetOutbound.

AllowOnlyApprovedOutbound

AllowOnlyApprovedOutbound.

Disabled

Disabled.

Methods

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

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