CmkKeyVaultProperties Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. CmkKeyVaultProperties
- com.
Implements
public final class CmkKeyVaultProperties
implements JsonSerializable<CmkKeyVaultProperties>
The properties of the Key Vault which hosts CMK.
Constructor Summary
| Constructor | Description |
|---|---|
| CmkKeyVaultProperties() |
Creates an instance of Cmk |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cmk |
fromJson(JsonReader jsonReader)
Reads an instance of Cmk |
| String |
keyUri()
Get the key |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Cmk |
withKeyUri(String keyUri)
Set the key |
Methods inherited from java.lang.Object
Constructor Details
CmkKeyVaultProperties
public CmkKeyVaultProperties()
Creates an instance of CmkKeyVaultProperties class.
Method Details
fromJson
public static CmkKeyVaultProperties fromJson(JsonReader jsonReader)
Reads an instance of CmkKeyVaultProperties from the JsonReader.
Parameters:
Returns:
Throws:
keyUri
public String keyUri()
Get the keyUri property: The key uri of the Customer Managed Key.
Returns:
toJson
withKeyUri
public CmkKeyVaultProperties withKeyUri(String keyUri)
Set the keyUri property: The key uri of the Customer Managed Key.
Parameters:
Returns: