Condividi tramite


HostKeysInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.fluent.models.HostKeysInner

Implements

public final class HostKeysInner
implements JsonSerializable<HostKeysInner>

Functions host level keys.

Method Summary

Modifier and Type Method and Description
static HostKeysInner fromJson(JsonReader jsonReader)

Reads an instance of HostKeysInner from the JsonReader.

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.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of HostKeysInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the HostKeysInner.

functionKeys

public Map<String,String> functionKeys()

Get the functionKeys property: Host level function keys.

Returns:

the functionKeys value.

masterKey

public String masterKey()

Get the masterKey property: Secret key.

Returns:

the masterKey value.

systemKeys

public Map<String,String> systemKeys()

Get the systemKeys property: System keys.

Returns:

the systemKeys value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to