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