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