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.
Constructor Summary
Constructor | Description |
---|---|
HostKeysInner() |
Creates an instance of Host |
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. |
Host |
withFunctionKeys(Map<String,String> functionKeys)
Set the function |
Host |
withMasterKey(String masterKey)
Set the master |
Host |
withSystemKeys(Map<String,String> systemKeys)
Set the system |
Methods inherited from java.lang.Object
Constructor Details
HostKeysInner
public HostKeysInner()
Creates an instance of HostKeysInner class.
Method Details
fromJson
public static HostKeysInner fromJson(JsonReader jsonReader)
Reads an instance of HostKeysInner from the JsonReader.
Parameters:
Returns:
Throws:
functionKeys
public Map
Get the functionKeys property: Host level function keys.
Returns:
masterKey
public String masterKey()
Get the masterKey property: Secret key.
Returns:
systemKeys
public Map
Get the systemKeys property: System keys.
Returns:
toJson
validate
public void validate()
Validates the instance.
withFunctionKeys
public HostKeysInner withFunctionKeys(Map
Set the functionKeys property: Host level function keys.
Parameters:
Returns:
withMasterKey
public HostKeysInner withMasterKey(String masterKey)
Set the masterKey property: Secret key.
Parameters:
Returns:
withSystemKeys
public HostKeysInner withSystemKeys(Map
Set the systemKeys property: System keys.
Parameters:
Returns:
Applies to
Azure SDK for Java