次の方法で共有


ServerForCreate コンストラクター

定義

オーバーロード

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>

キーと値のペアの形式による、アプリケーション固有のメタデータ。

適用対象