Partager via


ServerForCreate Constructeurs

Définition

Surcharges

ServerForCreate()

Initialise une nouvelle instance de la classe ServerForCreate.

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

Initialise une nouvelle instance de la classe ServerForCreate.

ServerForCreate()

Initialise une nouvelle instance de la classe ServerForCreate.

public ServerForCreate ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe 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)

Paramètres

properties
ServerPropertiesForCreate

Propriétés du serveur.

location
String

Emplacement dans lequel réside la ressource.

identity
ResourceIdentity

Identité Azure Active Directory du serveur.

sku
Sku

Référence SKU (niveau tarifaire) du serveur.

tags
IDictionary<String,String>

Métadonnées spécifiques d’application sous la forme de paires clé/valeur.

S’applique à