public final class HostKeysInner extends Object
| Constructor and Description |
|---|
HostKeysInner() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
functionKeys()
Get the functionKeys property: Host level function keys.
|
String |
masterKey()
Get the masterKey property: Secret key.
|
Map<String,String> |
systemKeys()
Get the systemKeys property: System keys.
|
void |
validate()
Validates the instance.
|
HostKeysInner |
withFunctionKeys(Map<String,String> functionKeys)
Set the functionKeys property: Host level function keys.
|
HostKeysInner |
withMasterKey(String masterKey)
Set the masterKey property: Secret key.
|
HostKeysInner |
withSystemKeys(Map<String,String> systemKeys)
Set the systemKeys property: System keys.
|
public String masterKey()
public HostKeysInner withMasterKey(String masterKey)
masterKey - the masterKey value to set.public Map<String,String> functionKeys()
public HostKeysInner withFunctionKeys(Map<String,String> functionKeys)
functionKeys - the functionKeys value to set.public Map<String,String> systemKeys()
public HostKeysInner withSystemKeys(Map<String,String> systemKeys)
systemKeys - the systemKeys value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.