ServerKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A MySQL Server key.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerKey : Microsoft.Azure.Management.MySQL.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. |