次の方法で共有


ServersOperationsExtensions.Create メソッド

定義

新しいサーバーを作成します。

public static Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Server Create (this Microsoft.Azure.Management.PostgreSQL.FlexibleServers.IServersOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Server parameters);
static member Create : Microsoft.Azure.Management.PostgreSQL.FlexibleServers.IServersOperations * string * string * Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Server -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Server
<Extension()>
Public Function Create (operations As IServersOperations, resourceGroupName As String, serverName As String, parameters As Server) As Server

パラメーター

operations
IServersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

serverName
String

サーバーの名前。

parameters
Server

サーバーを作成または更新するために必要なパラメーター。

戻り値

適用対象