Share via


HugepagesSize Struct

Definition

The size of the hugepages to allocate.

public readonly struct HugepagesSize : IEquatable<Azure.ResourceManager.NetworkCloud.Models.HugepagesSize>
type HugepagesSize = struct
Public Structure HugepagesSize
Implements IEquatable(Of HugepagesSize)
Inheritance
HugepagesSize
Implements

Constructors

HugepagesSize(String)

Initializes a new instance of HugepagesSize.

Properties

OneG

1G.

TwoM

2M.

Methods

Equals(HugepagesSize)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(HugepagesSize, HugepagesSize)

Determines if two HugepagesSize values are the same.

Implicit(String to HugepagesSize)

Converts a string to a HugepagesSize.

Inequality(HugepagesSize, HugepagesSize)

Determines if two HugepagesSize values are not the same.

Applies to