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

HugepagesSize Struct

Definition

The size of the hugepages to allocate.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HugepagesSizeTypeConverter))]
public struct HugepagesSize : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HugepagesSize>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HugepagesSizeTypeConverter))>]
type HugepagesSize = struct
    interface IArgumentCompleter
Public Structure HugepagesSize
Implements IArgumentCompleter, IEquatable(Of HugepagesSize)
Inheritance
HugepagesSize
Attributes
Implements

Fields

OneG
TwoM

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(HugepagesSize)

Compares values of enum type HugepagesSize

Equals(Object)

Compares values of enum type HugepagesSize (override for Object)

GetHashCode()

Returns hashCode for enum HugepagesSize

ToString()

Returns string representation for HugepagesSize

Operators

Equality(HugepagesSize, HugepagesSize)

Overriding == operator for enum HugepagesSize

Implicit(HugepagesSize to String)

Implicit operator to convert HugepagesSize to string

Implicit(String to HugepagesSize)

Implicit operator to convert string to HugepagesSize

Inequality(HugepagesSize, HugepagesSize)

Overriding != operator for enum HugepagesSize

Applies to