HostKeysInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. HostKeysInner
- com.
Implements
public final class HostKeysInner
implements JsonSerializable<HostKeysInner>
Functions host level keys.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Host |
fromJson(JsonReader jsonReader)
Reads an instance of Host |
| Map<String,String> |
functionKeys()
Get the function |
| String |
masterKey()
Get the master |
| Map<String,String> |
systemKeys()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static HostKeysInner fromJson(JsonReader jsonReader)
Reads an instance of HostKeysInner from the JsonReader.
Parameters:
Returns:
Throws:
functionKeys
public Map<String,String> functionKeys()
Get the functionKeys property: Host level function keys.
Returns:
masterKey
public String masterKey()
Get the masterKey property: Secret key.
Returns:
systemKeys
public Map<String,String> systemKeys()
Get the systemKeys property: System keys.
Returns:
toJson
validate
public void validate()
Validates the instance.