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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET