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