你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BootstrapProtocol Struct

Definition

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

Applies to