FunctionSecretsInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. FunctionSecretsInner
- com.
Implements
public final class FunctionSecretsInner
implements JsonSerializable<FunctionSecretsInner>
Function secrets.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Function |
fromJson(JsonReader jsonReader)
Reads an instance of Function |
| String |
key()
Get the key property: Secret key. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
triggerUrl()
Get the trigger |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static FunctionSecretsInner fromJson(JsonReader jsonReader)
Reads an instance of FunctionSecretsInner from the JsonReader.
Parameters:
Returns:
Throws:
key
public String key()
Get the key property: Secret key.
Returns:
toJson
triggerUrl
public String triggerUrl()
Get the triggerUrl property: Trigger URL.
Returns:
validate
public void validate()
Validates the instance.