ServerForCreate コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ServerForCreate() |
ServerForCreate クラスの新しいインスタンスを初期化します。 |
ServerForCreate(ServerPropertiesForCreate, String, ResourceIdentity, Sku, IDictionary<String,String>) |
ServerForCreate クラスの新しいインスタンスを初期化します。 |
ServerForCreate()
ServerForCreate クラスの新しいインスタンスを初期化します。
public ServerForCreate ();
Public Sub New ()
適用対象
ServerForCreate(ServerPropertiesForCreate, String, ResourceIdentity, Sku, IDictionary<String,String>)
ServerForCreate クラスの新しいインスタンスを初期化します。
public ServerForCreate (Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate properties, string location, Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity identity = default, Microsoft.Azure.Management.PostgreSQL.Models.Sku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate : Microsoft.Azure.Management.PostgreSQL.Models.ServerPropertiesForCreate * string * Microsoft.Azure.Management.PostgreSQL.Models.ResourceIdentity * Microsoft.Azure.Management.PostgreSQL.Models.Sku * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.PostgreSQL.Models.ServerForCreate
Public Sub New (properties As ServerPropertiesForCreate, location As String, Optional identity As ResourceIdentity = Nothing, Optional sku As Sku = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
パラメーター
- properties
- ServerPropertiesForCreate
サーバーのプロパティ。
- location
- String
リソースが存在する場所。
- identity
- ResourceIdentity
サーバーの Azure Active Directory ID。
- sku
- Sku
サーバーの SKU (価格レベル)。
- tags
- IDictionary<String,String>
キーと値のペアの形式による、アプリケーション固有のメタデータ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET