BatchLocationQuota Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
BatchLocationQuota() |
Initialiseert een nieuw exemplaar van de klasse BatchLocationQuota. |
BatchLocationQuota(Nullable<Int32>) |
Initialiseert een nieuw exemplaar van de klasse BatchLocationQuota. |
BatchLocationQuota()
Initialiseert een nieuw exemplaar van de klasse BatchLocationQuota.
public BatchLocationQuota ();
Public Sub New ()
Van toepassing op
BatchLocationQuota(Nullable<Int32>)
Initialiseert een nieuw exemplaar van de klasse BatchLocationQuota.
public BatchLocationQuota (int? accountQuota = default);
new Microsoft.Azure.Management.Batch.Models.BatchLocationQuota : Nullable<int> -> Microsoft.Azure.Management.Batch.Models.BatchLocationQuota
Public Sub New (Optional accountQuota As Nullable(Of Integer) = Nothing)
Parameters
Het aantal Batch-accounts dat kan worden gemaakt onder het abonnement in de opgegeven regio.
Van toepassing op
Azure SDK for .NET