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