VmSizeProperty Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
VmSizeProperty() |
Inicializa uma nova instância da classe VmSizeProperty. |
VmSizeProperty(String, Nullable<Int32>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>) |
Inicializa uma nova instância da classe VmSizeProperty. |
VmSizeProperty()
Inicializa uma nova instância da classe VmSizeProperty.
public VmSizeProperty ();
Public Sub New ()
Aplica-se a
VmSizeProperty(String, Nullable<Int32>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>)
Inicializa uma nova instância da classe VmSizeProperty.
public VmSizeProperty (string name = default, int? cores = default, string dataDiskStorageTier = default, string label = default, long? maxDataDiskCount = default, long? memoryInMb = default, bool? supportedByVirtualMachines = default, bool? supportedByWebWorkerRoles = default, long? virtualMachineResourceDiskSizeInMb = default, long? webWorkerResourceDiskSizeInMb = default);
new Microsoft.Azure.Management.HDInsight.Models.VmSizeProperty : string * Nullable<int> * string * string * Nullable<int64> * Nullable<int64> * Nullable<bool> * Nullable<bool> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.HDInsight.Models.VmSizeProperty
Public Sub New (Optional name As String = Nothing, Optional cores As Nullable(Of Integer) = Nothing, Optional dataDiskStorageTier As String = Nothing, Optional label As String = Nothing, Optional maxDataDiskCount As Nullable(Of Long) = Nothing, Optional memoryInMb As Nullable(Of Long) = Nothing, Optional supportedByVirtualMachines As Nullable(Of Boolean) = Nothing, Optional supportedByWebWorkerRoles As Nullable(Of Boolean) = Nothing, Optional virtualMachineResourceDiskSizeInMb As Nullable(Of Long) = Nothing, Optional webWorkerResourceDiskSizeInMb As Nullable(Of Long) = Nothing)
Parâmetros
- name
- String
O nome do tamanho da vm.
- dataDiskStorageTier
- String
A camada de armazenamento do disco de dados do tamanho da VM.
- label
- String
O rótulo do tamanho da vm.
Isso indica que esse tamanho de VM tem suporte de máquinas virtuais ou não
O indica que esse tamanho de vm é compatível com funções de trabalho da Web ou não
O tamanho do disco de recurso da máquina virtual cuja unidade é MB do tamanho da vm.
O tamanho do disco de recurso de trabalho da Web cuja unidade é MB do tamanho da vm.
Aplica-se a
Azure SDK for .NET