共用方式為


ServerForCreate Constructors

Definition

Overloads

ServerForCreate()

Initializes a new instance of the ServerForCreate class.

ServerForCreate(ServerPropertiesForCreate, String, ResourceIdentity, Sku, IDictionary<String,String>)

Initializes a new instance of the ServerForCreate class.

ServerForCreate()

Initializes a new instance of the ServerForCreate class.

public ServerForCreate ();
Public Sub New ()

Applies to

ServerForCreate(ServerPropertiesForCreate, String, ResourceIdentity, Sku, IDictionary<String,String>)

Initializes a new instance of the ServerForCreate class.

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)

Parameters

properties
ServerPropertiesForCreate

Properties of the server.

location
String

The location the resource resides in.

identity
ResourceIdentity

The Azure Active Directory identity of the server.

sku
Sku

The SKU (pricing tier) of the server.

tags
IDictionary<String,String>

Application-specific metadata in the form of key-value pairs.

Applies to