ServerKey Class

Definition

A PostgreSQL Server key.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerKey : Microsoft.Azure.Management.PostgreSQL.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerKey = class
    inherit ProxyResource
Public Class ServerKey
Inherits ProxyResource
Inheritance
Attributes

Constructors

ServerKey()

Initializes a new instance of the ServerKey class.

ServerKey(String, String, String, String, String, Nullable<DateTime>)

Initializes a new instance of the ServerKey class.

Properties

CreationDate

Gets the key creation date.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Kind

Gets kind of encryption protector used to protect the key.

Name

Gets the name of the resource

(Inherited from Resource)
ServerKeyType

The key type like 'AzureKeyVault'.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)
Uri

Gets or sets the URI of the key.

Applies to