次の方法で共有


ArmSqlModelFactory.InstancePoolUsage メソッド

定義

InstancePoolUsage の新しいインスタンスを初期化します。

public static Azure.ResourceManager.Sql.Models.InstancePoolUsage InstancePoolUsage (Azure.Core.ResourceIdentifier id = default, Azure.ResourceManager.Sql.Models.InstancePoolUsageName name = default, Azure.Core.ResourceType? resourceType = default, string unit = default, int? currentValue = default, int? limit = default, int? requestedLimit = default);
static member InstancePoolUsage : Azure.Core.ResourceIdentifier * Azure.ResourceManager.Sql.Models.InstancePoolUsageName * Nullable<Azure.Core.ResourceType> * string * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.Sql.Models.InstancePoolUsage
Public Shared Function InstancePoolUsage (Optional id As ResourceIdentifier = Nothing, Optional name As InstancePoolUsageName = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional unit As String = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional limit As Nullable(Of Integer) = Nothing, Optional requestedLimit As Nullable(Of Integer) = Nothing) As InstancePoolUsage

パラメーター

id
ResourceIdentifier

リソースの ID

name
InstancePoolUsageName

リソース名。

resourceType
Nullable<ResourceType>

リソースの種類。

unit
String

使用単位。

currentValue
Nullable<Int32>

使用状況の現在の値。

limit
Nullable<Int32>

使用制限。

requestedLimit
Nullable<Int32>

使用量の要求された制限。

戻り値

モック作成用の新しい InstancePoolUsage インスタンス。

適用対象