public final class SynonymMap extends Object
| Constructor and Description |
|---|
SynonymMap()
Creates an instance of SynonymMap class.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionKey |
getEncryptionKey()
Get the encryptionKey property: A description of an encryption key that
you create in Azure Key Vault.
|
String |
getETag()
Get the eTag property: The ETag of the synonym map.
|
String |
getFormat()
Get the format property: The format of the synonym map.
|
String |
getName()
Get the name property: The name of the synonym map.
|
String |
getSynonyms()
Get the synonyms property: A series of synonym rules in the specified
synonym map format.
|
SynonymMap |
setEncryptionKey(EncryptionKey encryptionKey)
Set the encryptionKey property: A description of an encryption key that
you create in Azure Key Vault.
|
SynonymMap |
setETag(String eTag)
Set the eTag property: The ETag of the synonym map.
|
SynonymMap |
setFormat(String format)
Set the format property: The format of the synonym map.
|
SynonymMap |
setName(String name)
Set the name property: The name of the synonym map.
|
SynonymMap |
setSynonyms(String synonyms)
Set the synonyms property: A series of synonym rules in the specified
synonym map format.
|
public String getName()
public SynonymMap setName(String name)
name - the name value to set.public String getFormat()
public SynonymMap setFormat(String format)
format - the format value to set.public String getSynonyms()
public SynonymMap setSynonyms(String synonyms)
synonyms - the synonyms value to set.public EncryptionKey getEncryptionKey()
public SynonymMap setEncryptionKey(EncryptionKey encryptionKey)
encryptionKey - the encryptionKey value to set.public String getETag()
public SynonymMap setETag(String eTag)
eTag - the eTag value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.