ServerKeyInner 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 server key.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ServerKeyInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServerKeyInner = class
inherit ProxyResourceInner
Public Class ServerKeyInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
ServerKeyInner() |
Initializes a new instance of the ServerKeyInner class. |
ServerKeyInner(ServerKeyType, String, String, String, String, String, String, String, String, Nullable<DateTime>) |
Initializes a new instance of the ServerKeyInner class. |
Properties
CreationDate |
Gets or sets the server key creation date. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Kind |
Gets or sets kind of encryption protector. This is metadata used for the Azure portal experience. |
Location |
Gets resource location. |
Name |
Resource name (Inherited from ProxyResource) |
ServerKeyType |
Gets or sets the server key type like 'ServiceManaged', 'AzureKeyVault'. Possible values include: 'ServiceManaged', 'AzureKeyVault' |
Subregion |
Gets subregion of the server key. |
Tags |
Resource tags (Inherited from Resource) |
Thumbprint |
Gets or sets thumbprint of the server key. |
Type |
Resource type (Inherited from ProxyResource) |
Uri |
Gets or sets the URI of the server key. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET