ManagedInstanceKeyInner Constructors
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.
Overloads
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. |
ManagedInstanceKeyInner()
Initializes a new instance of the ManagedInstanceKeyInner class.
public ManagedInstanceKeyInner ();
Public Sub New ()
Applies to
ManagedInstanceKeyInner(ServerKeyType, String, String, String, String, String, String, Nullable<DateTime>)
Initializes a new instance of the ManagedInstanceKeyInner class.
public ManagedInstanceKeyInner (Microsoft.Azure.Management.Sql.Fluent.Models.ServerKeyType serverKeyType, string id = default, string name = default, string type = default, string kind = default, string uri = default, string thumbprint = default, DateTime? creationDate = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceKeyInner : Microsoft.Azure.Management.Sql.Fluent.Models.ServerKeyType * string * string * string * string * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Sql.Fluent.Models.ManagedInstanceKeyInner
Public Sub New (serverKeyType As ServerKeyType, 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 thumbprint As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing)
Parameters
- serverKeyType
- ServerKeyType
The key type like 'ServiceManaged', 'AzureKeyVault'. Possible values include: 'ServiceManaged', 'AzureKeyVault'
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of encryption protector. This is metadata used for the Azure portal experience.
- uri
- String
The URI of the key. If the ServerKeyType is AzureKeyVault, then the URI is required.
- thumbprint
- String
Thumbprint of the key.
Applies to
Azure SDK for .NET