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