ArmDataBoxEdgeModelFactory.EdgeKubernetesRoleCompute 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.
Initializes a new instance of EdgeKubernetesRoleCompute.
public static Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesRoleCompute EdgeKubernetesRoleCompute (string vmProfile = default, long? memoryInBytes = default, int? processorCount = default);
static member EdgeKubernetesRoleCompute : string * Nullable<int64> * Nullable<int> -> Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesRoleCompute
Public Shared Function EdgeKubernetesRoleCompute (Optional vmProfile As String = Nothing, Optional memoryInBytes As Nullable(Of Long) = Nothing, Optional processorCount As Nullable(Of Integer) = Nothing) As EdgeKubernetesRoleCompute
Parameters
- vmProfile
- String
VM profile.
Returns
A new EdgeKubernetesRoleCompute instance for mocking.