Delen via


Usage Constructors

Definitie

Overloads

Usage()

Initialiseert een nieuw exemplaar van de klasse Usage.

Usage(String, Nullable<Int32>, Nullable<Int64>, UsageName)

Initialiseert een nieuw exemplaar van de klasse Usage.

Usage()

Initialiseert een nieuw exemplaar van de klasse Usage.

public Usage ();
Public Sub New ()

Van toepassing op

Usage(String, Nullable<Int32>, Nullable<Int64>, UsageName)

Initialiseert een nieuw exemplaar van de klasse Usage.

public Usage (string unit = default, int? currentValue = default, long? limit = default, Microsoft.Azure.Management.BatchAI.Models.UsageName name = default);
new Microsoft.Azure.Management.BatchAI.Models.Usage : string * Nullable<int> * Nullable<int64> * Microsoft.Azure.Management.BatchAI.Models.UsageName -> Microsoft.Azure.Management.BatchAI.Models.Usage
Public Sub New (Optional unit As String = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional name As UsageName = Nothing)

Parameters

unit
String

Een opsomming die de eenheid voor gebruiksmeting beschrijft. Mogelijke waarden zijn: 'Aantal'

currentValue
Nullable<Int32>

Het huidige gebruik van de resource.

limit
Nullable<Int64>

Het maximaal toegestane gebruik van de resource.

name
UsageName

De naam van het type gebruik.

Van toepassing op