public class ManagedInstanceKeyInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ManagedInstanceKeyInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
creationDate()
Get the creationDate property: The key creation date.
|
String |
kind()
Get the kind property: Kind of encryption protector.
|
ServerKeyType |
serverKeyType()
Get the serverKeyType property: The key type like 'ServiceManaged', 'AzureKeyVault'.
|
String |
thumbprint()
Get the thumbprint property: Thumbprint of the key.
|
String |
uri()
Get the uri property: The URI of the key.
|
void |
validate()
Validates the instance.
|
ManagedInstanceKeyInner |
withServerKeyType(ServerKeyType serverKeyType)
Set the serverKeyType property: The key type like 'ServiceManaged', 'AzureKeyVault'.
|
ManagedInstanceKeyInner |
withUri(String uri)
Set the uri property: The URI of the key.
|
public String kind()
public ServerKeyType serverKeyType()
public ManagedInstanceKeyInner withServerKeyType(ServerKeyType serverKeyType)
serverKeyType - the serverKeyType value to set.public String uri()
public ManagedInstanceKeyInner withUri(String uri)
uri - the uri value to set.public String thumbprint()
public OffsetDateTime creationDate()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.