ServerKey Constructeurs
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
ServerKey() |
Initialise une nouvelle instance de la classe ServerKey. |
ServerKey(String, String, String, String, String, Nullable<DateTime>) |
Initialise une nouvelle instance de la classe ServerKey. |
Initialise une nouvelle instance de la classe ServerKey.
public ServerKey ();
Public Sub New ()
S’applique à
Initialise une nouvelle instance de la classe ServerKey.
public ServerKey (string id = default, string name = default, string type = default, string kind = default, string uri = default, DateTime? creationDate = default);
new Microsoft.Azure.Management.PostgreSQL.Models.ServerKey : string * string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.PostgreSQL.Models.ServerKey
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional uri As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing)
Paramètres
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »
- kind
- String
Type de protecteur de chiffrement utilisé pour protéger la clé.
- uri
- String
URI de la clé.
S’applique à
Commentaires sur Azure SDK for .NET
Azure SDK for .NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :