ManagedNetworkStatus 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.
Status for the managed network of a machine learning workspace.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedNetworkStatusTypeConverter))]
public struct ManagedNetworkStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedNetworkStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ManagedNetworkStatusTypeConverter))>]
type ManagedNetworkStatus = struct
interface IArgumentCompleter
Public Structure ManagedNetworkStatus
Implements IArgumentCompleter, IEquatable(Of ManagedNetworkStatus)
- Inheritance
-
ManagedNetworkStatus
- Attributes
- Implements
Fields
Active | |
Inactive |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ManagedNetworkStatus) |
Compares values of enum type ManagedNetworkStatus |
Equals(Object) |
Compares values of enum type ManagedNetworkStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum ManagedNetworkStatus |
ToString() |
Returns string representation for ManagedNetworkStatus |
Operators
Equality(ManagedNetworkStatus, ManagedNetworkStatus) |
Overriding == operator for enum ManagedNetworkStatus |
Implicit(ManagedNetworkStatus to String) |
Implicit operator to convert ManagedNetworkStatus to string |
Implicit(String to ManagedNetworkStatus) |
Implicit operator to convert string to ManagedNetworkStatus |
Inequality(ManagedNetworkStatus, ManagedNetworkStatus) |
Overriding != operator for enum ManagedNetworkStatus |