KubernetesRoleCompute Constructors
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.
Overloads
KubernetesRoleCompute() |
Initializes a new instance of the KubernetesRoleCompute class. |
KubernetesRoleCompute(String, Nullable<Int64>, Nullable<Int32>) |
Initializes a new instance of the KubernetesRoleCompute class. |
KubernetesRoleCompute()
Initializes a new instance of the KubernetesRoleCompute class.
public KubernetesRoleCompute ();
Public Sub New ()
Applies to
KubernetesRoleCompute(String, Nullable<Int64>, Nullable<Int32>)
Initializes a new instance of the KubernetesRoleCompute class.
public KubernetesRoleCompute (string vmProfile, long? memoryInBytes = default, int? processorCount = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRoleCompute : string * Nullable<int64> * Nullable<int> -> Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRoleCompute
Public Sub New (vmProfile As String, Optional memoryInBytes As Nullable(Of Long) = Nothing, Optional processorCount As Nullable(Of Integer) = Nothing)
Parameters
- vmProfile
- String
VM profile
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET