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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET