다음을 통해 공유


Usage 생성자

정의

오버로드

Usage()

Usage 클래스의 새 instance 초기화합니다.

Usage(String, UsageCounterName, String, Nullable<Double>, Nullable<Int64>, String)

Usage 클래스의 새 instance 초기화합니다.

Usage()

Usage 클래스의 새 instance 초기화합니다.

public Usage ();
Public Sub New ()

적용 대상

Usage(String, UsageCounterName, String, Nullable<Double>, Nullable<Int64>, String)

Usage 클래스의 새 instance 초기화합니다.

public Usage (string id = default, Microsoft.Azure.Management.Automation.Models.UsageCounterName name = default, string unit = default, double? currentValue = default, long? limit = default, string throttleStatus = default);
new Microsoft.Azure.Management.Automation.Models.Usage : string * Microsoft.Azure.Management.Automation.Models.UsageCounterName * string * Nullable<double> * Nullable<int64> * string -> Microsoft.Azure.Management.Automation.Models.Usage
Public Sub New (Optional id As String = Nothing, Optional name As UsageCounterName = Nothing, Optional unit As String = Nothing, Optional currentValue As Nullable(Of Double) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional throttleStatus As String = Nothing)

매개 변수

id
String

리소스의 ID를 가져오거나 설정합니다.

name
UsageCounterName

사용 카운터 이름을 가져오거나 설정합니다.

unit
String

사용 단위 이름을 가져오거나 설정합니다.

currentValue
Nullable<Double>

현재 사용량 값을 가져오거나 설정합니다.

limit
Nullable<Int64>

최대 제한을 가져오거나 설정합니다. 무제한의 경우 -1

throttleStatus
String

스로틀 상태 가져오거나 설정합니다.

적용 대상