Share via


IsolationMode Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationModeTypeConverter))]
public struct IsolationMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.IsolationModeTypeConverter))>]
type IsolationMode = struct
    interface IArgumentCompleter
Public Structure IsolationMode
Implements IArgumentCompleter, IEquatable(Of IsolationMode)
Inheritance
IsolationMode
Attributes
Implements

Fields

AllowInternetOutbound
AllowOnlyApprovedOutbound
Disabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(IsolationMode)

Compares values of enum type IsolationMode

Equals(Object)

Compares values of enum type IsolationMode (override for Object)

GetHashCode()

Returns hashCode for enum IsolationMode

ToString()

Returns string representation for IsolationMode

Operators

Equality(IsolationMode, IsolationMode)

Overriding == operator for enum IsolationMode

Implicit(IsolationMode to String)

Implicit operator to convert IsolationMode to string

Implicit(String to IsolationMode)

Implicit operator to convert string to IsolationMode

Inequality(IsolationMode, IsolationMode)

Overriding != operator for enum IsolationMode

Applies to