IsolationMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET