@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public final class EncryptionKeyWrapMetadata extends Object
Constructor and Description |
---|
EncryptionKeyWrapMetadata()
For JSON deserialize
|
EncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata source)
Creates a new instance of key wrap metadata based on an existing instance.
|
EncryptionKeyWrapMetadata(String type,
String name,
String value)
Creates a new instance of key wrap metadata based on an existing instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns whether the properties of the passed in key wrap metadata matches with those in the current instance.
|
String |
getName()
Serialized form of metadata.
|
String |
getType()
Serialized form of metadata.
|
String |
getValue()
Serialized form of metadata.
|
int |
hashCode() |
@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public EncryptionKeyWrapMetadata()
@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public EncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata source)
source
- Existing instance from which to initialize.@Beta(value=V4_16_0, warningText="Preview API - subject to change in non-backwards compatible way") public EncryptionKeyWrapMetadata(String type, String name, String value)
type
- Type of the metadata.name
- Name of the metadata.value
- Value of the metadata.@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getValue()
@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getName()
@Beta(value=V4_16_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getType()
public boolean equals(Object obj)
Copyright © 2021 Microsoft Corporation. All rights reserved.