ArmSqlModelFactory.InstancePoolUsage メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
リソース名。
- resourceType
- Nullable<ResourceType>
リソースの種類。
- unit
- String
使用単位。
戻り値
モック作成用の新しい InstancePoolUsage インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET