ArmNetworkCloudModelFactory.NetworkCloudAgentConfiguration Method
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.
public static Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAgentConfiguration NetworkCloudAgentConfiguration(long hugepagesCount = 0, Azure.ResourceManager.NetworkCloud.Models.HugepagesSize? hugepagesSize = default);
static member NetworkCloudAgentConfiguration : int64 * Nullable<Azure.ResourceManager.NetworkCloud.Models.HugepagesSize> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAgentConfiguration
Public Shared Function NetworkCloudAgentConfiguration (Optional hugepagesCount As Long = 0, Optional hugepagesSize As Nullable(Of HugepagesSize) = Nothing) As NetworkCloudAgentConfiguration
Parameters
- hugepagesCount
- Int64
The number of hugepages to allocate.
- hugepagesSize
- Nullable<HugepagesSize>
The size of the hugepages to allocate.
Returns
A new NetworkCloudAgentConfiguration instance for mocking.