次の方法で共有


UnitType クラス

定義

UnitType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.UnitType>))]
public class UnitType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Sql.Fluent.Models.UnitType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.UnitType>))>]
type UnitType = class
    inherit ExpandableStringEnum<UnitType>
Public Class UnitType
Inherits ExpandableStringEnum(Of UnitType)
継承
属性
Newtonsoft.Json.JsonConverterAttribute

コンストラクター

UnitType()

UnitType の値を定義します。

フィールド

Bytes

UnitType の値を定義します。

BytesPerSecond

UnitType の値を定義します。

Count

UnitType の値を定義します。

CountPerSecond

UnitType の値を定義します。

Percent

UnitType の値を定義します。

Seconds

UnitType の値を定義します。

プロパティ

Value

UnitType の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

UnitType の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

UnitType の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

UnitType の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

UnitType の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象