HugepagesSize 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 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
Azure SDK for .NET