次の方法で共有


ArmSqlModelFactory.InstancePoolUsageName(String, String) メソッド

定義

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

public static Azure.ResourceManager.Sql.Models.InstancePoolUsageName InstancePoolUsageName (string value = default, string localizedValue = default);
static member InstancePoolUsageName : string * string -> Azure.ResourceManager.Sql.Models.InstancePoolUsageName
Public Shared Function InstancePoolUsageName (Optional value As String = Nothing, Optional localizedValue As String = Nothing) As InstancePoolUsageName

パラメーター

value
String

使用法名の値。

localizedValue
String

使用法名のローカライズされた値。

戻り値

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

適用対象